Skip to content

Commit

Permalink
Update reuseport_bsd.go
Browse files Browse the repository at this point in the history
  • Loading branch information
opavlyuk authored May 25, 2020
1 parent 70f3d05 commit d1b9a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reuseport_bsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"syscall"
)

var reusePort = syscall.SO_REUSEPORT
var reusePort = 0x00010000

func maxListenerBacklog() int {
var (
Expand Down

0 comments on commit d1b9a48

Please sign in to comment.