aboutsummaryrefslogtreecommitdiff
path: root/src/net/rawconn.go
AgeCommit message (Expand)Author
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-08-03net: update docs for unimplemented methods and functionsMikio Hara
2018-04-21net: document caveats for (*syscall.RawConn).Write on WindowsAman Gupta
2018-04-14net: implement (*syscall.RawConn).Read/Write on WindowsAman Gupta
2017-10-25net: make {TCP,Unix}Listener implement syscall.ConnLorenz Bauer
2017-05-20net: add test for RawConn.Control on WindowsMikio Hara
2017-05-19net: make {TCP,UDP,IP,Unix}Conn compliant of syscall.Conn interfaceMikio Hara