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

Strange infinite blocking error under network loads #5

Open
robertsdotpm opened this issue Nov 11, 2015 · 0 comments
Open

Strange infinite blocking error under network loads #5

robertsdotpm opened this issue Nov 11, 2015 · 0 comments
Labels

Comments

@robertsdotpm
Copy link
Contributor

Under periods of large network congestion and latency the person uploading data will eventually fill up their send buffer, usually only transferring a small amount of data until it errors out with "resource unavailable" - (doing this forever) which indicates it would block. The strange thing is: the receiving side -also- has the same error and only manages to receive a small amount compared to the person uploading (they eventually go out of synch: upload, say 10,000 bytes, download 2000.) So then, what is happening with the data? I almost think it's a network problem but TCP should handle something like this.

@super3 super3 added the bug label Jan 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants