Page MenuHomeFreeBSD

Improve handling of TCP RST segments in CLOSING and LAST-ACK state
ClosedPublic

Authored by tuexen on Oct 28 2016, 8:40 AM.
Tags
None
Referenced Files
F151361831: D8371.id22275.diff
Tue, Apr 7, 9:38 PM
Unknown Object (File)
Mon, Apr 6, 10:50 PM
Unknown Object (File)
Wed, Apr 1, 6:27 AM
Unknown Object (File)
Sun, Mar 29, 7:34 AM
Unknown Object (File)
Tue, Mar 24, 4:38 AM
Unknown Object (File)
Mon, Mar 16, 8:23 AM
Unknown Object (File)
Sun, Mar 15, 5:24 PM
Unknown Object (File)
Mar 8 2026, 3:17 PM
Subscribers

Details

Summary

If a TCP RST segment is received either in CLOSING or LAST-ACK state, the TCP connection was just closed, without notifying the user via setting errno. This patch fixes this issue.

Test Plan

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tuexen retitled this revision from to Improve handling of TCP RST segments in CLOSING and LAST-ACK state.
tuexen updated this object.
tuexen edited the test plan for this revision. (Show Details)
tuexen added reviewers: rrs, gallatin, transport.
tuexen set the repository for this revision to rS FreeBSD src repository - subversion.
hiren added a reviewer: hiren.
This revision is now accepted and ready to land.Nov 14 2016, 9:46 PM
This revision was automatically updated to reflect the committed changes.