Boeeerb / dangerous-prototypes-open-hardware

Automatically exported from code.google.com/p/dangerous-prototypes-open-hardware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't set per connection window size in uip

GoogleCodeExporter opened this issue · comments

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

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

  • Changed state: Started