mirror of
https://github.com/libp2p/go-reuseport.git
synced 2025-10-04 14:32:40 +08:00
10 lines
121 B
Go
10 lines
121 B
Go
package reuseport
|
|
|
|
import (
|
|
"syscall"
|
|
)
|
|
|
|
func Control(network, address string, c syscall.RawConn) error {
|
|
return nil
|
|
}
|