From: Vlad Yasevich Date: Thu, 19 Jun 2008 22:17:24 +0000 (-0400) Subject: sctp: Optimize SFR-CACC transport list walking during SACK processing X-Git-Tag: v2.6.28-rc1~717^2~148 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab5216a5bd453752f04bb79c29e8f01b11d69006;p=pandora-kernel.git 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 --- Reading git-diff-tree failed