Skip to content

UnixListener: do not set unsupported reuse_port flag #325

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: master
Choose a base branch
from

Conversation

decathorpe
Copy link

It looks like this never worked as expected for Unix domain sockets and the linux kernel just silently ignored it. As of Linux 6.12.9+, an EOPNOTSUPP error is returned instead, so setting this option for Unix domain sockets needs to be avoided.

Fixes #323

It looks like this never worked as expected for Unix domain sockets
and the linux kernel just silently ignored it. As of Linux 6.12.9+,
an EOPNOTSUPP error is returned instead, so setting this option for
Unix domain sockets needs to be avoided.
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.

UnixListener support completely broken with kernel 6.12.9+
1 participant