Increasing route table from 4 to 20

modified:   platform/avr-rss2/examples/ipv6/mqtt-demo/project-conf.h
contiki
Robert Olsson 2017-03-18 14:13:47 +01:00
parent 29914b5a1f
commit e09bdc0c07
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ typedef unsigned short uip_stats_t;
#define NBR_TABLE_CONF_MAX_NEIGHBORS 20
#define UIP_CONF_DS6_DEFRT_NBU 2
#define UIP_CONF_DS6_PREFIX_NBU 3
#define UIP_CONF_MAX_ROUTES 4
#define UIP_CONF_MAX_ROUTES 20
#define UIP_CONF_DS6_ADDR_NBU 3
#define UIP_CONF_DS6_MADDR_NBU 0
#define UIP_CONF_DS6_AADDR_NBU 0