From bcdcd796fb10d0d3f0977236fae64a1f74f33cd8 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 16 Jun 2006 13:16:59 +0000 Subject: [PATCH] 32kB window is actually larger than our typical receive ring size. Shrink to 4kB for now. We might want to see if it can be made genuinely indicative of the RX ring size in the new TCP implementation. --- src/net/uip/uipopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/uip/uipopt.h b/src/net/uip/uipopt.h index 70dd90ca..b17b8905 100644 --- a/src/net/uip/uipopt.h +++ b/src/net/uip/uipopt.h @@ -328,7 +328,7 @@ extern void uip_udp_appcall ( void ); * * \hideinitializer */ -#define UIP_RECEIVE_WINDOW 32768 +#define UIP_RECEIVE_WINDOW 4096 /** * Determines if support for TCP urgent data notification should be