]> bbs.cooldavid.org Git - net-next-2.6.git/commit
sctp: Correctly start rtx timer on new packet transmissions.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Thu, 22 Jan 2009 22:52:43 +0000 (14:52 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Jan 2009 22:52:43 +0000 (14:52 -0800)
commit6574df9a89f9f7da3a4e5cee7633d430319d3350
tree37b9a97e2fdaa5b0359957662c782e3daa57186a
parent9c5ff5f75d0d0a1c7928ecfae3f38418b51a88e3
sctp: Correctly start rtx timer on new packet transmissions.

Commit 62aeaff5ccd96462b7077046357a6d7886175a57
(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>
net/sctp/outqueue.c