EVE 1.0
Collaboration diagram for 6lowpan options (for ipv6):

Macros

#define SICSLOWPAN_REASS_MAXAGE   20
 
#define SICSLOWPAN_CONF_COMPRESSION   0
 
#define SICSLOWPAN_CONF_MAX_ADDR_CONTEXTS   1
 
#define SICSLOWPAN_CONF_FRAG   0
 

Detailed Description

Macro Definition Documentation

#define SICSLOWPAN_REASS_MAXAGE   20

Timeout for packet reassembly at the 6lowpan layer (should be < 60s)

Definition at line 579 of file uipopt.h.

#define SICSLOWPAN_CONF_COMPRESSION   0

Do we compress the IP header or not (default: no)

Definition at line 586 of file uipopt.h.

#define SICSLOWPAN_CONF_MAX_ADDR_CONTEXTS   1

If we use IPHC compression, how many address contexts do we support

Definition at line 593 of file uipopt.h.

#define SICSLOWPAN_CONF_FRAG   0

Do we support 6lowpan fragmentation

Definition at line 600 of file uipopt.h.