commit | d2e5a1215ddc68e57bdf44e159ffdb4c16dda3a8 | [log] [tgz] |
---|---|---|
author | Mikio Hara <mikioh.mikioh@gmail.com> | Wed Sep 26 21:03:09 2012 +0900 |
committer | Mikio Hara <mikioh.mikioh@gmail.com> | Wed Sep 26 21:03:09 2012 +0900 |
tree | 656fcda1020bdf5717bf476867835f6e853bedde | |
parent | 3b94eae23ed7b2c217c37ad316fe2b6f794000d6 [diff] |
go.net/ipv4: new package Package ipv4 implements IP-level socket options for the Internet Protocol version 4. It also provides raw IP socket access methods including IPv4 header manipulation. Fixes golang/go#3684. Fixes golang/go#3820. This CL requires CL 6426047; net: add read, write message methods to IPConn, UDPConn R=rsc, dave, alex.brainman CC=gobot, golang-dev https://golang.org/cl/6482044