sctp: Optimize SFR-CACC transport list walking during SACK processing
authorVlad Yasevich <vladislav.yasevich@hp.com>
Thu, 19 Jun 2008 22:17:24 +0000 (18:17 -0400)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Wed, 1 Oct 2008 15:33:06 +0000 (11:33 -0400)
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>
net/sctp/outqueue.c

Simple merge