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!