From 5bcd0ab60b53f3fdf094816ff079e9e354f4dd09 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sun, 24 Feb 2008 21:11:35 +0000 Subject: [PATCH] Reduced uIP buffer size to allow for TCP data over Rime mesh routing protocol --- platform/sky/contiki-conf.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/platform/sky/contiki-conf.h b/platform/sky/contiki-conf.h index 00dcd2c28..276ea93e0 100644 --- a/platform/sky/contiki-conf.h +++ b/platform/sky/contiki-conf.h @@ -1,5 +1,5 @@ /* -*- C -*- */ -/* @(#)$Id: contiki-conf.h,v 1.23 2008/02/03 21:01:36 adamdunkels Exp $ */ +/* @(#)$Id: contiki-conf.h,v 1.24 2008/02/24 21:11:35 adamdunkels Exp $ */ #ifndef CONTIKI_CONF_H #define CONTIKI_CONF_H @@ -54,7 +54,7 @@ #define UIP_CONF_DHCP_LIGHT #define UIP_CONF_LLH_LEN 0 -#define UIP_CONF_BUFFER_SIZE 116 +#define UIP_CONF_BUFFER_SIZE 110 #define UIP_CONF_RECEIVE_WINDOW (UIP_CONF_BUFFER_SIZE - 40) #define UIP_CONF_MAX_CONNECTIONS 4 #define UIP_CONF_MAX_LISTENPORTS 8 @@ -66,6 +66,8 @@ #define UIP_CONF_PINGADDRCONF 0 #define UIP_CONF_LOGGING 0 +#define UIP_CONF_TCP_SPLIT 0 + /* * Definitions below are dictated by the hardware and not really * changeable!