Get IPv6 to fit in micaz platform again
This commit is contained in:
parent
722b3258d1
commit
e85f41ffa0
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue