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

Updating header comments with expected behavior

parent ba36e424
No related branches found
No related tags found
No related merge requests found
// Test behavior when a listener gets an incoming packet that has
// no TCP flags set.
// Test behavior when a listener gets an incoming packet from
// new sender on a non-established connection that
// doesn't have any of the TCP flags set.
// Listener should not send any response.
// 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