From 59f52842484704357f5971630bd7bd777f1dc0bf Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Mon, 14 Jun 2010 07:03:53 +0000 Subject: [PATCH] Increase the size of the route and neighbor tables --- examples/ipv6/rpl-border-router/project-router-conf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/ipv6/rpl-border-router/project-router-conf.h b/examples/ipv6/rpl-border-router/project-router-conf.h index 3e6634e9e..dd59211b5 100644 --- a/examples/ipv6/rpl-border-router/project-router-conf.h +++ b/examples/ipv6/rpl-border-router/project-router-conf.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: project-router-conf.h,v 1.3 2010/05/09 12:52:05 nifi Exp $ + * $Id: project-router-conf.h,v 1.4 2010/06/14 07:03:53 adamdunkels Exp $ */ #ifndef __PROJECT_ROUTER_CONF_H__ @@ -37,11 +37,11 @@ /* The number of supported neighbors */ #undef UIP_CONF_DS6_NBR_NBU -#define UIP_CONF_DS6_NBR_NBU 10 +#define UIP_CONF_DS6_NBR_NBU 30 /* The number of supported routes */ #undef UIP_CONF_DS6_ROUTE_NBU -#define UIP_CONF_DS6_ROUTE_NBU 10 +#define UIP_CONF_DS6_ROUTE_NBU 30 #undef QUEUEBUF_CONF_NUM #define QUEUEBUF_CONF_NUM 6