aboutsummaryrefslogtreecommitdiff
path: root/src/net/main_windows_test.go
AgeCommit message (Expand)Author
2017-11-07net: use WSASocket instead of socket callAlex Brainman
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2016-05-30net: don't call forceCloseSockets in non-TestMain functionsMikio Hara
2016-02-21net: add missing aborted connection handling on accept testMikio Hara
2015-04-15net: add Listen system call hook for testingMikio Hara
2015-03-31net: add socket system call hooks for testingMikio Hara