Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 4.34 KB

File metadata and controls

25 lines (21 loc) · 4.34 KB

Handling of TCP Segments with the RST-ACK-bits Set in the SYN-SENT State

Description

This set of tests focuses on the handling of TCP-segments with the RST and ACK bit set in the SYN-SENT state.

RFC 0793 requires RST-ACK-segments to be accepted if and only if SEG.ACK = SND.NXT holds.

Status

Name Result FreeBSD 11.0 Result FreeBSD Head
rcv-rst-ack-without-data-syn-sent-ack-outside-left-ipv4 Unknown Passed
rcv-rst-ack-without-data-syn-sent-ack-outside-left-ipv6 Unknown Passed
rcv-rst-ack-without-data-syn-sent-ack-left-edge-ipv4 Unknown Passed
rcv-rst-ack-without-data-syn-sent-ack-left-edge-ipv6 Unknown Passed
rcv-rst-ack-without-data-syn-sent-ack-outside-right-ipv4 Unknown Passed
rcv-rst-ack-without-data-syn-sent-ack-outside-right-ipv6 Unknown Passed
rcv-rst-ack-with-data-syn-sent-ack-outside-left-ipv4 Unknown Passed
rcv-rst-ack-with-data-syn-sent-ack-outside-left-ipv6 Unknown Passed
rcv-rst-ack-with-data-syn-sent-ack-left-edge-ipv4 Unknown Passed
rcv-rst-ack-with-data-syn-sent-ack-left-edge-ipv6 Unknown Passed
rcv-rst-ack-with-data-syn-sent-ack-outside-right-ipv4 Unknown Passed
rcv-rst-ack-with-data-syn-sent-ack-outside-right-ipv6 Unknown Passed