]> Cypherpunks repositories - gostls13.git/commit
net/internal/socktest: add hook for Listen, failed system call counters
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 8 Apr 2015 11:13:36 +0000 (20:13 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Wed, 15 Apr 2015 11:03:50 +0000 (11:03 +0000)
commit130e3f9a324a51b62c63a772fd0a73e79693c8ab
treeb0439187bf764bff3b4acf622d90e2025bc73dd1
parente629cd0f88d86867f9fc898c6a75fb17060b83ea
net/internal/socktest: add hook for Listen, failed system call counters

Change-Id: Icaac9a48a3b9a3c5542235162e21ab8303592965
Reviewed-on: https://go-review.googlesource.com/8641
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/internal/socktest/switch.go
src/net/internal/socktest/switch_posix.go [new file with mode: 0644]
src/net/internal/socktest/switch_stub.go
src/net/internal/socktest/sys_cloexec.go
src/net/internal/socktest/sys_unix.go
src/net/internal/socktest/sys_windows.go