mirror of
https://github.com/libp2p/go-reuseport.git
synced 2025-10-22 06:09:23 +08:00
large test (+goselect)
This commit is contained in:
@@ -8,7 +8,3 @@ import (
|
||||
|
||||
var soReusePort = 15 // this is not defined in unix go pkg.
|
||||
var soReuseAddr = syscall.SO_REUSEADDR
|
||||
|
||||
func Select(nfd int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, timeout *syscall.Timeval) (n int, err error) {
|
||||
return syscall.Select(nfd, r, w, e, timeout)
|
||||
}
|
||||
|
Reference in New Issue
Block a user