]> Cypherpunks repositories - gostls13.git/commit
net: add read, write message methods to IPConn, UDPConn
authorMikio Hara <mikioh.mikioh@gmail.com>
Mon, 24 Sep 2012 21:57:32 +0000 (06:57 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Mon, 24 Sep 2012 21:57:32 +0000 (06:57 +0900)
commit4b9e8415dee1587933a2d175966737c429f85f27
tree0dc605e8dd656037d807fce0a8b7d5573f014314
parent33cceb09e273e65bea839b0d5dd2da02f37f5e55
net: add read, write message methods to IPConn, UDPConn

Both methods allow to access the IP ancillary data through
socket control messages.

This CL is required for CL 6482044; go.net/ipv4: new package.

R=rsc, r, dave
CC=golang-dev
https://golang.org/cl/6426047
src/pkg/net/iprawsock_posix.go
src/pkg/net/udpsock_posix.go