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
Unknown Object (File)
Thu, Mar 7, 10:22 PM
Unknown Object (File)
Thu, Mar 7, 6:40 PM
Unknown Object (File)
Wed, Feb 28, 6:39 PM
Unknown Object (File)
Feb 17 2024, 12:19 PM
Unknown Object (File)
Jan 29 2024, 1:17 AM
Unknown Object (File)
Jan 9 2024, 2:49 AM
Unknown Object (File)
Dec 23 2023, 2:10 PM
Unknown Object (File)
Dec 21 2023, 7:02 AM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 5726
Build 6023: CI src build

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.