david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

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.
This commit is contained in:
Michael Brown 2006-06-16 13:16:59 +00:00
parent bbd9e28061
commit bcdcd796fb
1 changed files with 1 additions and 1 deletions

View 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