setup 15 NBR 50 DS6-Route

This commit is contained in:
harald42 2013-01-15 16:27:07 +01:00 committed by harald
parent 86c4214014
commit 538bb6075c
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