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

Inconsistent and undocumented Nagle setting #401

Open
Qlexio opened this issue Jan 27, 2025 · 0 comments
Open

Inconsistent and undocumented Nagle setting #401

Qlexio opened this issue Jan 27, 2025 · 0 comments

Comments

@Qlexio
Copy link
Owner

Qlexio commented Jan 27, 2025

The rfc2217 protocol handler sets TCP_NODELAY (from inspection of the code it looks like it does anyway). The socket protocol handler doesn’t (at least, I don’t see any reference to it in that protocol handler, and also I getsockopted the socket and it wasn’t set). That seems inconsistent, and as far as I can tell it’s also not documented. It might be nice if the application could control it. It might be nice if it were consistent between protocols. If nothing else, it would be great if the situation were documented so the application can make sure not to fall into the Nagle+delayed ACK trap.


This issue has been cloned from: pyserial#768

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