Files
libp2p/const_linux.go
2015-01-22 22:12:35 -08:00

11 lines
158 B
Go

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