Contiki-NG
Macros

Macros

#define SICSLOWPAN_REASS_MAXAGE   8
 Timeout for packet reassembly at the 6lowpan layer (should be < 60s)
 
#define SICSLOWPAN_COMPRESSION   SICSLOWPAN_COMPRESSION_IPHC
 Do we compress the IP header or not.
 
#define SICSLOWPAN_CONF_MAX_ADDR_CONTEXTS   1
 If we use IPHC compression, how many address contexts do we support.
 
#define SICSLOWPAN_CONF_FRAG   1
 Do we support 6lowpan fragmentation.
 

Detailed Description