Page MenuHomeFreeBSD

Advertise a zero window when sending TCP RST segments via tcp_output()
ClosedPublic

Authored by tuexen on Nov 11 2018, 7:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 18, 12:27 AM
Unknown Object (File)
Sat, Jan 17, 12:13 AM
Unknown Object (File)
Tue, Dec 30, 2:53 AM
Unknown Object (File)
Dec 15 2025, 5:23 PM
Unknown Object (File)
Dec 15 2025, 8:52 AM
Unknown Object (File)
Dec 12 2025, 10:59 PM
Unknown Object (File)
Dec 2 2025, 1:34 PM
Unknown Object (File)
Nov 25 2025, 12:28 AM
Subscribers

Details

Summary

Set the advertised receiver window to zero when sending a TCP segment having the RST-bit set via the tcp_output() routine. This makes the behaviour consistent with sending RST segments via tcp_respond().

Test Plan

Run the tests from TCP test suite.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 20755

Event Timeline

This looks fine Michael :)

This revision is now accepted and ready to land.Nov 20 2018, 12:53 PM
This revision was automatically updated to reflect the committed changes.