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

feat: turn off Nagle's algorithm #41

Merged
merged 1 commit into from
Aug 10, 2023
Merged

feat: turn off Nagle's algorithm #41

merged 1 commit into from
Aug 10, 2023

Commits on Aug 10, 2023

  1. feat: turn off Nagle's algorithm

    Nagle's algorithm prevents transmission of small packets as long as
    there are outstanding unacknowledged packets, instead buffering data
    locally. When combined with delayed acknowledgements, this can lead
    to poor latency with both ends of the connection waiting for each other.
    
    Turn off Nagle's algorithm by default to improve latency.
    mihirn committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3d5b3ea View commit details
    Browse the repository at this point in the history