mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-18 03:30:31 +00:00
QUEUEBUF fragmentation defines
This commit is contained in:
parent
6414bf3a55
commit
e12e794a74
@ -115,6 +115,11 @@ typedef int32_t s32_t;
|
|||||||
|
|
||||||
#define UIP_CONF_STATISTICS 1
|
#define UIP_CONF_STATISTICS 1
|
||||||
|
|
||||||
|
|
||||||
|
/* Fragmentation uses queuebuf.c to save packets */
|
||||||
|
#define QUEUEBUF_CONF_NUM 1
|
||||||
|
#define QUEUEBUF_CONF_REF_NUM 1
|
||||||
|
|
||||||
/* Route-Under-MAC uses 16-bit short addresses */
|
/* Route-Under-MAC uses 16-bit short addresses */
|
||||||
#if UIP_CONF_USE_RUM
|
#if UIP_CONF_USE_RUM
|
||||||
#undef UIP_CONF_LL_802154
|
#undef UIP_CONF_LL_802154
|
||||||
|
Loading…
x
Reference in New Issue
Block a user