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)
Tue, Apr 23, 8:34 PM
Unknown Object (File)
Mar 17 2024, 12:38 AM
Unknown Object (File)
Feb 15 2024, 2:23 PM
Unknown Object (File)
Dec 20 2023, 1:58 AM
Unknown Object (File)
Nov 22 2023, 7:26 PM
Unknown Object (File)
Nov 22 2023, 7:25 PM
Unknown Object (File)
Nov 22 2023, 6:29 PM
Unknown Object (File)
Nov 13 2023, 5:49 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