2021-06-25 23:04:02 +02:00

10 lines
121 B
Go

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