commit | da09de3034a1e2eb419168fabaa106916809adfe | [log] [tgz] |
---|---|---|
author | Mikio Hara <mikioh.mikioh@gmail.com> | Sat Nov 02 16:48:13 2013 +0900 |
committer | Mikio Hara <mikioh.mikioh@gmail.com> | Sat Nov 02 16:48:13 2013 +0900 |
tree | f2fca9e8be034caecdf2aaf1969296af240f8d7d | |
parent | a62ee0556d015e7b80fcfe802d9aebdc09776e01 [diff] |
go.net/ipv6: add ICMP checksum test This CL enables testing raw ICMP packets with and without a setting of ICMP checksum field. Actually it's just for Linux because almost all BSD variants never allow us to touch the checksum field of ICMP but Linux does when we use the value 255 for the socket level. R=golang-dev, dave CC=golang-dev https://golang.org/cl/15020047