Skip to content
Snippets Groups Projects
Commit 3236fdcf authored by Shivansh Rai's avatar Shivansh Rai
Browse files

Verbose explanation of the script

parent 04576a1d
No related branches found
No related tags found
No related merge requests found
...@@ -14,12 +14,15 @@ ...@@ -14,12 +14,15 @@
// We receive first segment // We receive first segment
0.210 < P. 1:1001(1000) ack 1 win 65535 0.210 < P. 1:1001(1000) ack 1 win 65535
// We send one ACK
0.350 > . 1:1(0) ack 1001 win 1026 0.350 > . 1:1(0) ack 1001 win 1026
// Our application writes 1000 bytes // Our application writes 1000 bytes
0.400 write(4, ..., 1000) = 1000 0.400 write(4, ..., 1000) = 1000
0.400 > P. 1:1001(1000) ack 1001 0.400 > P. 1:1001(1000) ack 1001
// Client sends one ACK
0.410 < . 1001:1001(0) ack 1001 win 65535 0.410 < . 1001:1001(0) ack 1001 win 65535
0.420 read(4, ..., 1000) = 1000 0.420 read(4, ..., 1000) = 1000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment