Platform cooja: provision 300 links for RPL non-storing mode

This commit is contained in:
Simon Duquennoy 2016-02-04 23:00:03 +01:00
parent b3e31e1456
commit ed11320dc3
1 changed files with 3 additions and 0 deletions

View File

@ -136,6 +136,9 @@
#ifndef UIP_CONF_MAX_ROUTES
#define UIP_CONF_MAX_ROUTES 300
#endif /* UIP_CONF_MAX_ROUTES */
#ifndef RPL_NS_CONF_LINK_NUM
#define RPL_NS_CONF_LINK_NUM 300
#endif /* RPL_NS_CONF_LINK_NUM */
#define TCPIP_CONF_ANNOTATE_TRANSMISSIONS 1