Relax platform configuration for 6lowpan fragmentation

This commit is contained in:
George Oikonomou 2017-10-07 17:05:12 +01:00
parent 163ccafcba
commit 82a1212f2b
1 changed files with 4 additions and 0 deletions

View File

@ -61,7 +61,11 @@
/* 6LoWPAN */
#define SICSLOWPAN_CONF_MAC_MAX_PAYLOAD 1280
#ifndef SICSLOWPAN_CONF_FRAG
#define SICSLOWPAN_CONF_FRAG 0 /**< We don't use 6LoWPAN fragmentation as IPSP takes care of that for us.*/
#endif
#define SICSLOWPAN_FRAMER_HDRLEN 0 /**< Use fixed header len rather than framer.length() function */
/* Packet buffer */