From 4c0fc2d8df3eb929aaaf6030c6a94ae299f49f02 Mon Sep 17 00:00:00 2001
From: Shivansh Rai <shivanshrai84@gmail.com>
Date: Mon, 20 Jun 2016 22:42:12 +0530
Subject: [PATCH] Update comments

---
 gtests/net/packetdrill/tests/bsd/tcp/icmp/icmp.pkt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gtests/net/packetdrill/tests/bsd/tcp/icmp/icmp.pkt b/gtests/net/packetdrill/tests/bsd/tcp/icmp/icmp.pkt
index 73a8c99f..8c8a15fc 100644
--- a/gtests/net/packetdrill/tests/bsd/tcp/icmp/icmp.pkt
+++ b/gtests/net/packetdrill/tests/bsd/tcp/icmp/icmp.pkt
@@ -1,5 +1,8 @@
 // Test for handling of incoming ICMP packets.
+// This test tests all known ICMP types, and a
+// few unknown types.
 
+// Establish a connection
 0.000 socket(..., SOCK_STREAM, IPPROTO_TCP) = 3
 0.000 setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
 0.000 bind(3, ..., ...) = 0
@@ -53,7 +56,7 @@
 
 0.470 < . 1:1(0) ack 1 win 65535
 
-// Clean up
+// We close the connection
 0.500 close(4) = 0
 0.500 > F. 1:1(0) ack 1 win 1026
 0.510 < F. 1:1(0) ack 2 win 65535
-- 
GitLab