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)
Wed, Oct 30, 5:21 AM
Unknown Object (File)
Wed, Oct 30, 5:20 AM
Unknown Object (File)
Wed, Oct 30, 5:20 AM
Unknown Object (File)
Wed, Oct 30, 5:01 AM
Unknown Object (File)
Sep 10 2024, 4:51 AM
Unknown Object (File)
Sep 6 2024, 11:19 AM
Unknown Object (File)
Sep 5 2024, 8:46 PM
Unknown Object (File)
Sep 2 2024, 1:57 PM
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 Not Applicable
Unit
Tests Not Applicable

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.