large test (+goselect)

This commit is contained in:
Juan Batiz-Benet
2015-01-22 22:12:35 -08:00
parent 6924153ade
commit 3b2661f810
4 changed files with 112 additions and 22 deletions

View File

@@ -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)
}