|
|
#define | SICSLOWPAN_REASS_MAXAGE 8 |
| | Timeout for packet reassembly at the 6LoWPAN layer (should be < 60s)
|
| |
|
#define | SICSLOWPAN_COMPRESSION SICSLOWPAN_COMPRESSION_IPHC |
| | Determines whether the 6LoWPAN layer uses IP header compression.
|
| |
|
#define | SICSLOWPAN_CONF_MAX_ADDR_CONTEXTS 1 |
| | If we use IPHC compression, how many address contexts do we support.
|
| |
|
#define | SICSLOWPAN_CONF_FRAG 1 |
| | Determines whether 6LoWPAN fragmentation is enabled.
|
| |