Page MenuHomeFreeBSD

Fix two TCP Rack issues
ClosedPublic

Authored by tuexen on Sep 3 2019, 7:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 16, 1:38 AM
Unknown Object (File)
Thu, Oct 16, 1:38 AM
Unknown Object (File)
Thu, Oct 16, 1:38 AM
Unknown Object (File)
Wed, Oct 15, 2:54 PM
Unknown Object (File)
Fri, Oct 10, 3:31 PM
Unknown Object (File)
Sep 12 2025, 9:26 PM
Unknown Object (File)
Aug 19 2025, 11:14 PM
Unknown Object (File)
Aug 19 2025, 9:18 PM
Subscribers

Details

Reviewers
rrs
rscheff
Group Reviewers
transport
Commits
rS351782: Fix two TCP RACK issues:
Summary

This patch fixes two issues:

  • Convert the TCP delayed ACK timer from ms to ticks as required. This fixes the timer on platforms with hz !=1000.
  • Don't delay acknowledgements which report duplicate data using DSACKs.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Sep 3 2019, 7:07 PM
This revision was automatically updated to reflect the committed changes.