]> Cypherpunks repositories - gostls13.git/commit
syscall: add Conn and RawConn interfaces
authorMikio Hara <mikioh.mikioh@gmail.com>
Tue, 7 Mar 2017 20:52:07 +0000 (05:52 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Fri, 19 May 2017 09:10:04 +0000 (09:10 +0000)
commitde5c573baabf925ee7cb868285ed4f14de5f7fe9
tree5ffb5c9877ad7d65e53e3c0da3dd3c4dd4879fda
parent64f064cac6e3e89f75873b7fa05af16537d28ccf
syscall: add Conn and RawConn interfaces

This change adds Conn and RawConn interfaces which can be used to
manipulate raw network connection end points typically represented as
socket descriptors.

Fixes #19435.

Change-Id: Ide2d28eeab91bfd27473ab47a87bec69950b64c9
Reviewed-on: https://go-review.googlesource.com/37913
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/syscall/net.go [new file with mode: 0644]