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

Updating header comments with expected behavior

parent 11e07d63
No related branches found
No related tags found
No related merge requests found
// Test behavior when a listener gets an incoming packet that has // Test behavior when a listener gets an incoming packet
// from a new sender on a non-established session that has
// the RST bit set but not the SYN bit set. // the RST bit set but not the SYN bit set.
// 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 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% 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