From 42879179bdd22a31c4a617d7a47a6f4221050536 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Tue, 4 Nov 2014 16:26:52 -0800 Subject: [PATCH] update tutorial sixth.cc program output --- doc/tutorial/source/tracing.rst | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/doc/tutorial/source/tracing.rst b/doc/tutorial/source/tracing.rst index 07add4c23..b21a57170 100644 --- a/doc/tutorial/source/tracing.rst +++ b/doc/tutorial/source/tracing.rst @@ -2247,11 +2247,13 @@ or your favorite file viewer. .. sourcecode:: bash - 1.20919 536 1072 - 1.21511 1072 1608 + 1 0 536 + 1.0093 536 1072 + 1.01528 1072 1608 + 1.02167 1608 2144 ... - 9.30922 8893 8925 - 9.31754 8925 8957 + 9.69256 5149 5204 + 9.89311 5204 5259 You have a tab separated file with a timestamp, an old congestion window and a new congestion window suitable for directly importing @@ -2262,12 +2264,12 @@ Since "sixth.pcap" is a pcap file, you can fiew it with ``tcpdump``. .. sourcecode:: bash - reading from file ../../sixth.pcap, link-type PPP (PPP) - 1.251507 IP 10.1.1.1.49153 > 10.1.1.2.8080: . 17689:18225(536) ack 1 win 65535 - 1.411478 IP 10.1.1.1.49153 > 10.1.1.2.8080: . 33808:34312(504) ack 1 win 65535 + reading from file sixth.pcap, link-type PPP (PPP) + 1.136956 IP 10.1.1.1.49153 > 10.1.1.2.8080: Flags [.], seq 17177:17681, ack 1, win 32768, options [TS val 1133 ecr 1127,eol], length 504 + 1.403196 IP 10.1.1.1.49153 > 10.1.1.2.8080: Flags [.], seq 33280:33784, ack 1, win 32768, options [TS val 1399 ecr 1394,eol], length 504 ... - 7.393557 IP 10.1.1.1.49153 > 10.1.1.2.8080: . 781568:782072(504) ack 1 win 65535 - 8.141483 IP 10.1.1.1.49153 > 10.1.1.2.8080: . 874632:875168(536) ack 1 win 65535 + 7.426220 IP 10.1.1.1.49153 > 10.1.1.2.8080: Flags [.], seq 785704:786240, ack 1, win 32768, options [TS val 7423 ecr 7421,eol], length 536 + 9.630693 IP 10.1.1.1.49153 > 10.1.1.2.8080: Flags [.], seq 882688:883224, ack 1, win 32768, options [TS val 9620 ecr 9618,eol], length 536 You have a pcap file with the packets that were dropped in the simulation. There are no other packets present in the file and there