HomeFreeBSD

tcp: drop data received after a FIN has been processed

Description

tcp: drop data received after a FIN has been processed

RFC 9293 describes the handling of data in the CLOSE-WAIT, CLOSING,
LAST-ACK, and TIME-WAIT states:
This should not occur since a FIN has been received from the remote
side. Ignore the segment text.
Therefore, implement this handling.

Reviewed by: rrs, rscheff
MFC after: 3 days
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D44746

Details

Provenance
tuexenAuthored on Apr 18 2024, 7:50 PM
Reviewer
rrs
Differential Revision
D44746: tcp: drop data received after a FIN has been processed
Parents
rG806bd5e00658: organization.dot: Fix typos
Branches
Unknown
Tags
Unknown