Skip to content

Don't try to set TCP_NODELAY on Unix socket #4343

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

2xsaiko
Copy link

@2xsaiko 2xsaiko commented Apr 4, 2025

TCP_NODELAY is not applicable on Unix sockets, so trying to accept a connection on the socket always fails here (Os { code: 95, kind: Uncategorized, message: "Operation not supported" }).

Closes #4335.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@2xsaiko 2xsaiko force-pushed the push-ttmspnpsmzzt branch from 4d8a9f1 to a27d417 Compare April 4, 2025 17:56
@2xsaiko 2xsaiko marked this pull request as draft April 4, 2025 18:14
@2xsaiko 2xsaiko force-pushed the push-ttmspnpsmzzt branch from a27d417 to 5f43db0 Compare April 4, 2025 18:18
@2xsaiko 2xsaiko marked this pull request as ready for review April 4, 2025 18:43
@sandhose sandhose enabled auto-merge April 6, 2025 16:28
@sandhose
Copy link
Member

sandhose commented Apr 6, 2025

@2xsaiko Thanks for this! I need you to sign the CLA for me to merge this PR, but other than that, looks good to me!

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.

MAS does not accept connections on unix socket
3 participants