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

Updating header comments with expected behavior

parent 26419d5e
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 RST bits set.
// Test behavior when a listener gets an incoming packet from new
// sender on a non-established session that has the SYN and RST bits set.
// The listener should send a RESET.
// Checking if we can establish a connection with the client
// 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