From: Vlad Yasevich Date: Tue, 30 Jan 2007 22:36:14 +0000 (-0800) Subject: [SCTP]: Force update of the rto when processing HB-ACK X-Git-Tag: v2.6.20~37^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e533ca16f31f9e5abfaf5d8c7dbe7095f01474b6;p=pandora-kernel.git [SCTP]: Force update of the rto when processing HB-ACK When processing a HEARTBEAT-ACK it's possible that the transport rto timers will not be updated because a prior T3-RTX processing would have cleared the rto_pending flag on the transport. However, if we received a valid HEARTBEAT-ACK, we want to force update the rto variables, so re-set the rto_pending flag before calling sctp_transport_update_rto(). Signed-off-by: Vlad Yasevich Signed-off-by: Sridhar Samudrala Signed-off-by: David S. Miller --- Reading git-diff-tree failed