mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-26 05:33:49 +03:00
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
|