Files
libp2p/control_plan9.go
Fazlul Shahriar f0ab767cd7 Fix build on Plan 9
All tests are passing.
2020-07-08 23:03:12 -04:00

10 lines
121 B
Go

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