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

fix: enable TCP_NODELAY by default #210

Merged
merged 1 commit into from
Nov 30, 2022
Merged

fix: enable TCP_NODELAY by default #210

merged 1 commit into from
Nov 30, 2022

Conversation

rapiz1
Copy link
Owner

@rapiz1 rapiz1 commented Nov 30, 2022

Users have reported use cases like MC servers, rdp #171 #209 for rathole. These interactive applications greatly benefit from the TCP_NODELAY flag, which is by default off. Considering large files transferring and web disk application usage for rathole is relatively rare. And even with TCP_NODELAY, rathole provides good bandwidth utilization. It will be reasonable to enable TCP_NODELAY by default.

Users who host web disk applications can still opt out TCP_NODELAY by configuration.

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

Successfully merging this pull request may close these issues.

1 participant