mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-20 10:35:34 +00:00
Get IPv6 to fit in micaz platform again
This commit is contained in:
parent
722b3258d1
commit
e85f41ffa0
@ -130,7 +130,6 @@
|
|||||||
#define UIP_CONF_MAX_ROUTES 5
|
#define UIP_CONF_MAX_ROUTES 5
|
||||||
|
|
||||||
#define RPL_CONF_MAX_PARENTS 4
|
#define RPL_CONF_MAX_PARENTS 4
|
||||||
#define NBR_TABLE_CONF_MAX_NEIGHBORS 8
|
|
||||||
|
|
||||||
#define UIP_CONF_ND6_SEND_RA 0
|
#define UIP_CONF_ND6_SEND_RA 0
|
||||||
#define UIP_CONF_ND6_REACHABLE_TIME 600000
|
#define UIP_CONF_ND6_REACHABLE_TIME 600000
|
||||||
@ -166,7 +165,7 @@
|
|||||||
#if !UIP_CONF_IPV4 && !UIP_CONF_IPV6
|
#if !UIP_CONF_IPV4 && !UIP_CONF_IPV6
|
||||||
#define QUEUEBUF_CONF_NUM 8
|
#define QUEUEBUF_CONF_NUM 8
|
||||||
#else
|
#else
|
||||||
#define QUEUEBUF_CONF_NUM 4
|
#define QUEUEBUF_CONF_NUM 2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define TIMESYNCH_CONF_ENABLED 1
|
#define TIMESYNCH_CONF_ENABLED 1
|
||||||
|
Loading…
Reference in New Issue
Block a user