diff --git a/reuseport_bsd.go b/reuseport_bsd.go index 19000e8..3d6a882 100644 --- a/reuseport_bsd.go +++ b/reuseport_bsd.go @@ -13,7 +13,7 @@ import ( "syscall" ) -var reusePort = syscall.SO_REUSEPORT +var reusePort = 0x00010000 func maxListenerBacklog() int { var (