hanayo/vendor/github.com/valyala/fasthttp/reuseport/reuseport_bsd.go
2019-02-23 13:29:15 +00:00

10 lines
142 B
Go

// +build darwin dragonfly freebsd netbsd openbsd rumprun
package reuseport
import (
"syscall"
)
const soReusePort = syscall.SO_REUSEPORT