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

Set TCP_NODELAY flag to client sockets #16

Merged
merged 1 commit into from
Feb 15, 2019

Conversation

hltbra
Copy link
Contributor

@hltbra hltbra commented Feb 14, 2019

The goal is to send data as fast as possible instead of buffering it to
send fewer packets.

More details at https://en.wikipedia.org/wiki/Nagle%27s_algorithm#Interactions_with_real-time_systems

The goal is to send data as fast as possible instead of buffering it to
send fewer packets.

More details at https://en.wikipedia.org/wiki/Nagle%27s_algorithm#Interactions_with_real-time_systems
@hltbra hltbra merged commit ae266ba into master Feb 15, 2019
@hltbra hltbra deleted the feature/set-tcp-no-delay-socket-flag branch February 15, 2019 21:29
hltbra added a commit that referenced this pull request Feb 15, 2019
* Set TCP_NODELAY flag to client sockets (#16)
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