mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-09 07:29:03 -04: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
|