From e85f41ffa0bb35ae7e5bce5b393100c1aa28113f Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Wed, 12 Nov 2014 13:47:47 +0100 Subject: [PATCH] Get IPv6 to fit in micaz platform again --- platform/micaz/contiki-conf.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/micaz/contiki-conf.h b/platform/micaz/contiki-conf.h index 19d8b1536..499732906 100644 --- a/platform/micaz/contiki-conf.h +++ b/platform/micaz/contiki-conf.h @@ -130,7 +130,6 @@ #define UIP_CONF_MAX_ROUTES 5 #define RPL_CONF_MAX_PARENTS 4 -#define NBR_TABLE_CONF_MAX_NEIGHBORS 8 #define UIP_CONF_ND6_SEND_RA 0 #define UIP_CONF_ND6_REACHABLE_TIME 600000 @@ -166,7 +165,7 @@ #if !UIP_CONF_IPV4 && !UIP_CONF_IPV6 #define QUEUEBUF_CONF_NUM 8 #else -#define QUEUEBUF_CONF_NUM 4 +#define QUEUEBUF_CONF_NUM 2 #endif #define TIMESYNCH_CONF_ENABLED 1