You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no ability in uIP to set the connection receive window size apart
from open ( at a DEFINED all-connection value ) or closed (ie, zero )
This means clients may inadvertently send a data packet that cannot be
stored into the buffer (too much data sent for the space available )
Need to add some mechanism to set the window size.
Original issue reported on code.google.com by bonybrown@gmail.com on 3 Jun 2010 at 4:12
The text was updated successfully, but these errors were encountered:
Changes made to uip to support doing so, but needs cleanup (currently using an
extern to reference the window size, needs to be an appropriate uip_xxx macro
function )
Original comment by bonybrown@gmail.com on 15 Jun 2010 at 1:41
Original issue reported on code.google.com by
bonybrown@gmail.com
on 3 Jun 2010 at 4:12The text was updated successfully, but these errors were encountered: