From ddeeed3894ee31540196f696b1bbd7c914b3ef54 Mon Sep 17 00:00:00 2001 From: Shivansh Rai <shivanshrai84@gmail.com> Date: Fri, 27 May 2016 05:09:36 +0530 Subject: [PATCH] Fix typo and timestamp --- .../packetdrill/tests/bsd/tcp/close/close-read-data-fin.pkt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtests/net/packetdrill/tests/bsd/tcp/close/close-read-data-fin.pkt b/gtests/net/packetdrill/tests/bsd/tcp/close/close-read-data-fin.pkt index 46e340b0..1516fd23 100644 --- a/gtests/net/packetdrill/tests/bsd/tcp/close/close-read-data-fin.pkt +++ b/gtests/net/packetdrill/tests/bsd/tcp/close/close-read-data-fin.pkt @@ -34,9 +34,9 @@ 0.460 > . 1001:1001(0) ack 1002 win 1026 // We close the connection with a delay, in case there -// is still data left to send +// is still data left to read 0.470 close(4) = 0 -0.480 > F. 1001:1001(0) ack 1002 win 1026 +0.470 > F. 1001:1001(0) ack 1002 win 1026 // The success of the tests depends on the correctness -// of the inbound sniffed packet on line 36. +// of the outbound sniffed packet on line 39. -- GitLab