From 008250afc64e6fa4692b95638f2c8edd29878aa1 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Fri, 24 Feb 2012 12:19:05 -0500 Subject: [PATCH] econotag: increase UIP_CONF_RECEIVE_WINDOW to 300 for webserver nano --- platform/redbee-econotag/contiki-conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/redbee-econotag/contiki-conf.h b/platform/redbee-econotag/contiki-conf.h index 1e87ea5e9..1aee86f44 100644 --- a/platform/redbee-econotag/contiki-conf.h +++ b/platform/redbee-econotag/contiki-conf.h @@ -227,7 +227,7 @@ typedef unsigned long rtimer_clock_t; #define UIP_CONF_DHCP_LIGHT #define UIP_CONF_LLH_LEN 0 -#define UIP_CONF_RECEIVE_WINDOW 48 +#define UIP_CONF_RECEIVE_WINDOW 300 #define UIP_CONF_TCP_MSS 48 #define UIP_CONF_MAX_CONNECTIONS 4 #define UIP_CONF_MAX_LISTENPORTS 8