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

package caddy

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

const unixSOREUSEPORT = unix.SO_REUSEPORT