]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
32kB window is actually larger than our typical receive ring size.
authorMichael Brown <mcb30@etherboot.org>
Fri, 16 Jun 2006 13:16:59 +0000 (13:16 +0000)
committerMichael Brown <mcb30@etherboot.org>
Fri, 16 Jun 2006 13:16:59 +0000 (13:16 +0000)
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

index 70dd90ca231427b92d77382dfa21348e5f496fa2..b17b89055da2f8e2558bc64ea7fca85f27e5c7f8 100644 (file)
@@ -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