setup 15 NBR 50 DS6-Route

This commit is contained in:
Harald Pichler 2013-01-15 16:27:07 +01:00
parent 2c172bfd31
commit ab3f3c8644
2 changed files with 8 additions and 6 deletions

View file

@ -35,6 +35,12 @@
#define UIP_FALLBACK_INTERFACE rpl_interface
#endif
/* Save some memory for the sky platform. */
#undef UIP_CONF_DS6_NBR_NBU
#define UIP_CONF_DS6_NBR_NBU 15
#undef UIP_CONF_DS6_ROUTE_NBU
#define UIP_CONF_DS6_ROUTE_NBU 50
#ifndef QUEUEBUF_CONF_NUM
#define QUEUEBUF_CONF_NUM 4
#endif