2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 07:11:32 +00:00

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

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