setup 15 NBR 50 DS6-Route
This commit is contained in:
parent
2c172bfd31
commit
ab3f3c8644
2 changed files with 8 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue