We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When used as exit node upload/download speed is limited at 25% from original bandwidth. What is the reason and may we address it somehow?
The text was updated successfully, but these errors were encountered:
Try to (significantly) increase tcp_buffer_size and transmit_queue_capacity, so that high RTT won't automatically convert to low TCP speed.
tcp_buffer_size
transmit_queue_capacity
E.g. 1048576 buffer size and 5000 queue capacity.
1048576
5000
Obviously, memory usage by the application may be affected.
Sorry, something went wrong.
No branches or pull requests
When used as exit node upload/download speed is limited at 25% from original bandwidth. What is the reason and may we address it somehow?
The text was updated successfully, but these errors were encountered: