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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 Feb 2009 17:28:52 +0000 (09:28 -0800)
commita79f3f862de3975e01ebcb3bba53e0c3fd3ab0fd
tree5b3dc30614f48b13f63eb739576f2702fce1441f
parent3d137641bbf5fcd5f45ceba31ea9f7d6f01fb22d
sctp: Correctly start rtx timer on new packet transmissions.

[ Upstream commit 6574df9a89f9f7da3a4e5cee7633d430319d3350 ]

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/sctp/outqueue.c