hanayo/vendor/github.com/valyala/fasthttp/reuseport/reuseport_bsd.go

10 lines
142 B
Go
Raw Normal View History

2019-02-23 13:29:15 +00:00
// +build darwin dragonfly freebsd netbsd openbsd rumprun
package reuseport
import (
"syscall"
)
const soReusePort = syscall.SO_REUSEPORT