From 465c401cdcb036d30123354549793d80230073d3 Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Wed, 18 Jan 2012 06:15:38 -0800 Subject: [PATCH] Reduce size of the neighbor table entries to make RPL fit into the Tmote Sky RAM. --- platform/sky/contiki-conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/sky/contiki-conf.h b/platform/sky/contiki-conf.h index 0534385b4..9a845ba11 100644 --- a/platform/sky/contiki-conf.h +++ b/platform/sky/contiki-conf.h @@ -139,10 +139,10 @@ /* configure number of neighbors and routes */ #ifndef UIP_CONF_DS6_NBR_NBU -#define UIP_CONF_DS6_NBR_NBU 30 +#define UIP_CONF_DS6_NBR_NBU 20 #endif /* UIP_CONF_DS6_NBR_NBU */ #ifndef UIP_CONF_DS6_ROUTE_NBU -#define UIP_CONF_DS6_ROUTE_NBU 30 +#define UIP_CONF_DS6_ROUTE_NBU 20 #endif /* UIP_CONF_DS6_ROUTE_NBU */ #define UIP_CONF_ND6_SEND_RA 0