Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sctp: Correctly start rtx timer on new packet transmissions.
Commit 62aeaff (sctp: Start T3-RTX timer when fast retransmitting lowest TSN) introduced a regression where it was possible to forcibly restart the sctp retransmit timer at the transmission of any new chunk. This resulted in much longer timeout times and sometimes hung sctp connections. Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information