Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't set per connection window size in uip #1

Open
GoogleCodeExporter opened this issue Jan 7, 2016 · 1 comment
Open

Can't set per connection window size in uip #1

GoogleCodeExporter opened this issue Jan 7, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant