Files
libp2p/const_linux.go
2015-01-18 19:42:16 -08:00

11 lines
174 B
Go

// +build linux
package reuseport
import (
unix "golang.org/x/sys/unix"
)
var soReusePort = 15 // this is not defined in unix go pkg.
var soReuseAddr = unix.SO_REUSEADDR