From: Christopher Wedgwood Date: Mon, 21 Jun 2010 23:40:44 +0000 (-0700) Subject: net: Fix ICMP test. X-Git-Tag: weekly.2010-07-01~65 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7edd49614c91948e36f81ae8883cafeaed9e5bcf;p=gostls13.git net: Fix ICMP test. Ping IDs should be limited to 16-bits. Fix failure printing. R=rsc CC=golang-dev, jean-christophe smith