commit | a21e453f9c4385bbde448cf05e38ee99bde44f5d | [log] [tgz] |
---|---|---|
author | Mikio Hara <mikioh.mikioh@gmail.com> | Wed Dec 03 09:33:49 2014 +0900 |
committer | Mikio Hara <mikioh.mikioh@gmail.com> | Wed Dec 03 09:33:49 2014 +0900 |
tree | 185c90bfe3bb1cc74ec0a0095dde3bdd9692b346 | |
parent | 119dea2c0f24e4ac8636ad1b4e6db7a2550ff1a9 [diff] |
x/net/internal/icmp: add support for error message This CL introduces few ICMP error message body types such as DstUnreach, PacketTooBig, TimeExceeded or ParamProb. LGTM=iant R=iant CC=golang-codereviews https://golang.org/cl/183850043