blocksize 64

This commit is contained in:
Harald Pichler 2015-01-21 15:08:23 +01:00
parent 76e39b2b5d
commit 75d577c9b5
2 changed files with 62 additions and 54 deletions

View file

@ -38,9 +38,14 @@
/* 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
/* Increase rpl-border-router IP-buffer when using more than 64. */
#undef REST_MAX_CHUNK_SIZE
#define REST_MAX_CHUNK_SIZE 64
#ifndef QUEUEBUF_CONF_NUM
#define QUEUEBUF_CONF_NUM 4
#endif