DEBSOURCES
Skip Quicknav
sources / golang-github-valyala-fasthttp / 20160617-2 / reuseport / reuseport_bsd.go
123456789
// +build darwin dragonfly freebsd netbsd openbsd rumprun package reuseport import ( "syscall" ) const soReusePort = syscall.SO_REUSEPORT