From 94413f99fef055578a60f3d1ef6f9855ba2220f0 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sun, 17 Jul 2016 01:31:21 +0100 Subject: [PATCH] Shrink ND cache and routing table for the CC26xx web demo --- examples/cc26xx/cc26xx-web-demo/project-conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cc26xx/cc26xx-web-demo/project-conf.h b/examples/cc26xx/cc26xx-web-demo/project-conf.h index d40fc9313..adf2f1427 100644 --- a/examples/cc26xx/cc26xx-web-demo/project-conf.h +++ b/examples/cc26xx/cc26xx-web-demo/project-conf.h @@ -50,8 +50,8 @@ * Set the TCP MSS */ #define UIP_CONF_BUFFER_SIZE 900 -#define NBR_TABLE_CONF_MAX_NEIGHBORS 8 -#define UIP_CONF_MAX_ROUTES 8 +#define NBR_TABLE_CONF_MAX_NEIGHBORS 5 +#define UIP_CONF_MAX_ROUTES 5 #define UIP_CONF_TCP_MSS 128 /*---------------------------------------------------------------------------*/ #endif /* PROJECT_CONF_H_ */