From 21bd6746228e37d76d71a5d02d722e4122e4f675 Mon Sep 17 00:00:00 2001 From: Harald Pichler Date: Tue, 13 Aug 2013 14:28:33 +0200 Subject: [PATCH] bugfix buffers --- .../osd/er-rest-example-merkurboard/project-conf.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/examples/osd/er-rest-example-merkurboard/project-conf.h b/examples/osd/er-rest-example-merkurboard/project-conf.h index 2271a3e6c..f02a4c5e3 100644 --- a/examples/osd/er-rest-example-merkurboard/project-conf.h +++ b/examples/osd/er-rest-example-merkurboard/project-conf.h @@ -56,10 +56,10 @@ */ /* The IP buffer size must fit all other hops, in particular the border router. */ -/* + #undef UIP_CONF_BUFFER_SIZE #define UIP_CONF_BUFFER_SIZE 1280 -*/ + /* Multiplies with chunk size, be aware of memory constraints. */ #undef COAP_MAX_OPEN_TRANSACTIONS @@ -78,16 +78,21 @@ */ /* Save some memory for the sky platform. */ +/* #undef UIP_CONF_DS6_NBR_NBU #define UIP_CONF_DS6_NBR_NBU 10 #undef UIP_CONF_MAX_ROUTES #define UIP_CONF_MAX_ROUTES 10 +*/ /* Reduce 802.15.4 frame queue to save RAM. */ +/* #undef QUEUEBUF_CONF_NUM #define QUEUEBUF_CONF_NUM 4 +*/ +/* #undef SICSLOWPAN_CONF_FRAG #define SICSLOWPAN_CONF_FRAG 1 - +*/ #endif /* __PROJECT_ERBIUM_CONF_H__ */