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: