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

Update comments

parent acb450cd
No related branches found
No related tags found
No related merge requests found
// Test for handling of incoming ICMP packets. // 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 socket(..., SOCK_STREAM, IPPROTO_TCP) = 3
0.000 setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0 0.000 setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
0.000 bind(3, ..., ...) = 0 0.000 bind(3, ..., ...) = 0
...@@ -53,7 +56,7 @@ ...@@ -53,7 +56,7 @@
0.470 < . 1:1(0) ack 1 win 65535 0.470 < . 1:1(0) ack 1 win 65535
// Clean up // We close the connection
0.500 close(4) = 0 0.500 close(4) = 0
0.500 > F. 1:1(0) ack 1 win 1026 0.500 > F. 1:1(0) ack 1 win 1026
0.510 < F. 1:1(0) ack 2 win 65535 0.510 < F. 1:1(0) ack 2 win 65535
......
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