Skip to content

Restore TCP_NODELAY #127

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

Closed
Totktonada opened this issue Mar 14, 2019 · 0 comments
Closed

Restore TCP_NODELAY #127

Totktonada opened this issue Mar 14, 2019 · 0 comments
Assignees

Comments

@Totktonada
Copy link
Member

It seems it was removed due to some problems on Windows. We need to check and possibly disable it on Windows, but enable on Linux.

Reason: The connector is synchronous, packets are often small and lack of this option can lead to delays.

@Totktonada Totktonada self-assigned this Mar 14, 2019
Totktonada added a commit that referenced this issue Mar 17, 2019
The connector is synchronous, packets are often small and lack of this
option can lead to delays.

This option was removed in 341c0c1 due to unknown reasons.

Fixes #127.
Totktonada added a commit that referenced this issue Mar 17, 2019
The connector is synchronous, packets are often small and lack of this
option can lead to delays.

This option was removed in 341c0c1 due to unknown reasons.

Fixes #127.
Totktonada added a commit that referenced this issue Mar 18, 2019
The connector is synchronous, packets are often small and lack of this
option can lead to delays.

This option was removed in 341c0c1 due to unknown reasons.

Fixes #127.
Totktonada added a commit that referenced this issue Mar 18, 2019
The connector is synchronous, packets are often small and lack of this
option can lead to delays.

This option was removed in 341c0c1 due to unknown reasons.

Fixes #127.
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

1 participant