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

Updating the header comments with expected behavior

parent 7fcf48ba
No related branches found
No related tags found
No related merge requests found
// Test behavior when a listener gets an incoming packet that has
// the SYN and ACK bits set.
// Test behavior when a listener gets an incoming packet from new
// sender on a non-established session that has the SYN and ACK bits set.
// The listener should send a RESET.
// Checking if we can establish a connection with the system
// after a connection reset.
0.000 socket(..., SOCK_STREAM, IPPROTO_TCP) = 3
0.000 setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
......
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