From 394c93219e5aef4a79e042842e098817affc0017 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sun, 18 Jun 2006 08:15:26 +0000 Subject: [PATCH] Removed explicit TCP window setting to make ELF loading work --- platform/esb/contiki-conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/esb/contiki-conf.h b/platform/esb/contiki-conf.h index 8eb6f3ac4..41a452a78 100644 --- a/platform/esb/contiki-conf.h +++ b/platform/esb/contiki-conf.h @@ -73,7 +73,7 @@ typedef unsigned short uip_stats_t; #define UIP_CONF_MAX_CONNECTIONS 4 #define UIP_CONF_MAX_LISTENPORTS 8 #define UIP_CONF_BUFFER_SIZE 140 -#define UIP_CONF_RECEIVE_WINDOW 140 +/*#define UIP_CONF_RECEIVE_WINDOW 140*/ #define UIP_CONF_LLH_LEN 6