summaryrefslogtreecommitdiff
path: root/listen_unix_setopt.go
blob: 13ee7b830966fe4eb1c7d811bf8aa53296150480 (plain)
1
2
3
4
5
6
7
//go:build unix && !freebsd && !solaris

package caddy

import "golang.org/x/sys/unix"

const unixSOREUSEPORT = unix.SO_REUSEPORT