-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
net: support for the socket option SO_REUSEPORT #23696
Comments
If you have questions about Go you should check out https://github.com/golang/go/wiki/Questions. |
No, we don't currently use SO_REUSEPORT on linux. Can you please explain the problem you are trying to solve that having SO_REUSEPORT available would let you solve? |
Go 1.11 probably will fix #9661 instead of exposing a tangle of platform-specific socket options. |
The site "godoc.org" is your friend. https://godoc.org/golang.org/x/sys/unix If your circumstances have no reachability to the site, unfortunately, https://github.com/golang/go/wiki/Questions could help you. |
@mikioh
Thanks for your reply, please ignore it :) |
@mikioh's previous comment (#23696 (comment)) touches on this obliquely, but more directly: The |
Does net.Conn support SO_REUSEPORT in linux platform in plan ?
The text was updated successfully, but these errors were encountered: