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

Upload/Download bandwith is limited at ~25% from original bandwith #1

Open
capmorganbih opened this issue Nov 13, 2023 · 1 comment

Comments

@capmorganbih
Copy link

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?

@vi
Copy link
Owner

vi commented Nov 13, 2023

Try to (significantly) increase tcp_buffer_size and transmit_queue_capacity, so that high RTT won't automatically convert to low TCP speed.

E.g. 1048576 buffer size and 5000 queue capacity.

Obviously, memory usage by the application may be affected.

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

2 participants