From ba2c445676ac5bd2efbf2567d5a07cb8e52a4e0c Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Thu, 28 Jan 2010 13:38:40 +0000 Subject: [PATCH] Reduce the TCP MSS so that it runs nicely over IPv6/802.15.4 --- platform/sky/contiki-conf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/sky/contiki-conf.h b/platform/sky/contiki-conf.h index 617528056..745cd1cd0 100644 --- a/platform/sky/contiki-conf.h +++ b/platform/sky/contiki-conf.h @@ -1,5 +1,5 @@ /* -*- C -*- */ -/* @(#)$Id: contiki-conf.h,v 1.66 2010/01/25 11:48:16 adamdunkels Exp $ */ +/* @(#)$Id: contiki-conf.h,v 1.67 2010/01/28 13:38:40 adamdunkels Exp $ */ #ifndef CONTIKI_CONF_H #define CONTIKI_CONF_H @@ -115,8 +115,8 @@ #define UIP_CONF_DHCP_LIGHT #define UIP_CONF_LLH_LEN 0 -#define UIP_CONF_RECEIVE_WINDOW 60 -#define UIP_CONF_TCP_MSS 60 +#define UIP_CONF_RECEIVE_WINDOW 48 +#define UIP_CONF_TCP_MSS 48 #define UIP_CONF_MAX_CONNECTIONS 4 #define UIP_CONF_MAX_LISTENPORTS 8 #define UIP_CONF_UDP_CONNS 12