status-go/vendor/github.com/libp2p/go-reuseport/control_plan9.go

10 lines
121 B
Go

package reuseport
import (
"syscall"
)
func Control(network, address string, c syscall.RawConn) error {
return nil
}