Page MenuHomeFreeBSD

FFL: (optimization) Skip some logic if new window size is <= old window size
ClosedPublic

Authored by jtl on Jul 2 2016, 8:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 18 2024, 6:54 PM
Unknown Object (File)
Sep 16 2024, 9:20 AM
Unknown Object (File)
Sep 16 2024, 9:20 AM
Unknown Object (File)
Sep 16 2024, 9:09 AM
Unknown Object (File)
Sep 9 2024, 7:34 PM
Unknown Object (File)
Aug 13 2024, 9:56 PM
Unknown Object (File)
Jun 9 2024, 5:15 AM
Unknown Object (File)
May 14 2024, 1:57 AM

Details

Reviewers
gnn
Group Reviewers
transport
Summary

If the new window size is less than the old window size, we don't need to do the calculations to check if we should advertise a larger window.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4418
Build 4468: arc lint + arc unit

Event Timeline

jtl retitled this revision from to FFL: (optimization) Skip some logic if new window size is <= old window size.
jtl updated this object.
jtl edited the test plan for this revision. (Show Details)
jtl added a reviewer: transport.
gnn added a reviewer: gnn.
This revision is now accepted and ready to land.Jul 4 2016, 12:32 AM

Completed basic iperf testing and it's working fine