From d80efeb8edbbe2862bc073eb35c5e1516b91b534 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Fri, 20 Jul 2007 15:21:56 +0000 Subject: [PATCH] defining uip cache size --- platform/cooja/contiki-conf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/cooja/contiki-conf.h b/platform/cooja/contiki-conf.h index f6087b60d..6e7d4cfce 100644 --- a/platform/cooja/contiki-conf.h +++ b/platform/cooja/contiki-conf.h @@ -32,7 +32,7 @@ * * This file is part of the Contiki desktop OS * - * $Id: contiki-conf.h,v 1.6 2007/05/29 09:13:37 fros4943 Exp $ + * $Id: contiki-conf.h,v 1.7 2007/07/20 15:21:56 fros4943 Exp $ * */ @@ -265,6 +265,7 @@ architecture specific files to work). */ #define UIP_CONF_LOGGING 0 #define UIP_CONF_UDP_CHECKSUMS 0 +#define UIP_CONF_FWCACHE_SIZE 100 /*------------------------------------------------------------------------------*/