From 52f27ea1cbaf02c192506db705e0bf3827d72e5a Mon Sep 17 00:00:00 2001 From: nifi Date: Wed, 5 May 2010 21:54:41 +0000 Subject: [PATCH] reduced the buffers to save memory --- examples/ipv6/rpl-border-router/project-router-conf.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/ipv6/rpl-border-router/project-router-conf.h b/examples/ipv6/rpl-border-router/project-router-conf.h index 320e95615..b8b16a990 100644 --- a/examples/ipv6/rpl-border-router/project-router-conf.h +++ b/examples/ipv6/rpl-border-router/project-router-conf.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: project-router-conf.h,v 1.1 2010/05/05 21:12:56 nifi Exp $ + * $Id: project-router-conf.h,v 1.2 2010/05/05 21:54:41 nifi Exp $ */ #ifndef __PROJECT_ROUTER_CONF_H__ @@ -41,6 +41,9 @@ /* The number of supported routes */ #undef UIP_CONF_DS6_ROUTE_NBU -#define UIP_CONF_DS6_ROUTE_NBU 20 +#define UIP_CONF_DS6_ROUTE_NBU 10 + +#undef QUEUEBUF_CONF_NUM +#define QUEUEBUF_CONF_NUM 6 #endif /* __PROJECT_ROUTER_CONF_H__ */