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

Limit amount of buffering #16

Open
mistotebe opened this issue Nov 9, 2013 · 0 comments
Open

Limit amount of buffering #16

mistotebe opened this issue Nov 9, 2013 · 0 comments
Milestone

Comments

@mistotebe
Copy link
Owner

Currently, the proxy callbacks make up a naive read/write pair, never limiting the amount of data buffered inside skeeter. This can easily get out of hand with asymmetric connections where one side is able to generate data faster than the other can receive.

Possibly a small state machine interacting with the watermarks should be able to fix this. Not sure about the buffering properties and the verifiability of that code.

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

No branches or pull requests

1 participant