From: Michael Brown Date: Fri, 16 Jun 2006 13:16:59 +0000 (+0000) Subject: 32kB window is actually larger than our typical receive ring size. X-Git-Tag: v0.9.3~1275 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bcdcd796fb10d0d3f0977236fae64a1f74f33cd8;p=thirdparty%2Fipxe.git 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. --- diff --git a/src/net/uip/uipopt.h b/src/net/uip/uipopt.h index 70dd90ca2..b17b89055 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