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

Make the buffer size in AvailableReader depend on packet sizes the client is using + introduce read timeouts #3213

Closed
jstuczyn opened this issue Mar 23, 2023 · 0 comments · Fixed by #3222
Assignees

Comments

@jstuczyn
Copy link
Contributor

jstuczyn commented Mar 23, 2023

When the client transmission rate is small, measured at the Poisson process, then a large buffer size causes large latencies for the connected application when sending large chunks of data, make the connection unreliable.

Reducing the buffer size, ideally while making it a multiple of the capacity of the select sphinx packet size, should solve this

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

Successfully merging a pull request may close this issue.

3 participants