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
F107170062: D17949.diff
Sat, Jan 11, 4:52 AM
Unknown Object (File)
Wed, Jan 1, 7:19 AM
Unknown Object (File)
Tue, Dec 31, 6:18 AM
Unknown Object (File)
Mon, Dec 30, 7:06 AM
Unknown Object (File)
Sun, Dec 29, 6:53 AM
Unknown Object (File)
Sat, Dec 28, 6:29 AM
Unknown Object (File)
Fri, Dec 27, 2:32 PM
Unknown Object (File)
Nov 22 2024, 1:54 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.