20 neighbors with status and routes

This commit is contained in:
Harald Pichler 2013-11-28 11:06:28 +01:00
parent 171c1290c3
commit 09813190aa
2 changed files with 7 additions and 1 deletions

View file

@ -35,6 +35,12 @@
#define UIP_FALLBACK_INTERFACE rpl_interface
#endif
/* Save some memory for the sky platform. */
#undef NBR_TABLE_CONF_MAX_NEIGHBORS
#define NBR_TABLE_CONF_MAX_NEIGHBORS 20
#undef UIP_CONF_MAX_ROUTES
#define UIP_CONF_MAX_ROUTES 20
#ifndef QUEUEBUF_CONF_NUM
#define QUEUEBUF_CONF_NUM 4
#endif