mirror of https://github.com/caddyserver/caddy.git
8 lines
118 B
Go
8 lines
118 B
Go
|
//go:build unix && !freebsd
|
||
|
|
||
|
package caddy
|
||
|
|
||
|
import "golang.org/x/sys/unix"
|
||
|
|
||
|
const unixSOREUSEPORT = unix.SO_REUSEPORT
|