sctp: Do not force T3 timer on fast retransmissions.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Sat, 1 May 2010 02:41:09 +0000 (22:41 -0400)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Sat, 1 May 2010 02:41:09 +0000 (22:41 -0400)
commitd9efc2231b28bc199f9de4dd594248b7341188e5
treedd319348c6448a72fb10d1936edde25d8f593e9b
parentae19c54866450f6c6f79223ca7d37965859a54e1
sctp: Do not force T3 timer on fast retransmissions.

We don't need to force the T3 timer any more and it's
actually wrong to do as it causes too long of a delay.
The timer will be started if one is not running, but if
one is running, we leave it alone.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
net/sctp/outqueue.c
net/sctp/transport.c