commit | d9efc2231b28bc199f9de4dd594248b7341188e5 | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Fri Apr 30 22:41:09 2010 -0400 |
committer | Vlad Yasevich <vladislav.yasevich@hp.com> | Fri Apr 30 22:41:09 2010 -0400 |
tree | dd319348c6448a72fb10d1936edde25d8f593e9b | |
parent | ae19c54866450f6c6f79223ca7d37965859a54e1 [diff] |
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>