commit | ab5216a5bd453752f04bb79c29e8f01b11d69006 | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Thu Jun 19 18:17:24 2008 -0400 |
committer | Vlad Yasevich <vladislav.yasevich@hp.com> | Wed Oct 01 11:33:06 2008 -0400 |
tree | 414dacc0b4275e9477d5d9f10f77a3543ee7cb96 | |
parent | 2cd9b822bfa79fc1335d3e71a0449f3cd0b5078e [diff] |
sctp: Optimize SFR-CACC transport list walking during SACK processing There is a possibility of walking the transport list twice during SACK processing when doing SFR-CACC algorithm. We can restructure the code to only do this once. Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>