https://github.com/torvalds/linux
Revision 7ed5c5ae96d23da22de95e1c7a239537acd378b1 authored by Andrey Vagin on 16 August 2013, 15:04:36 UTC, committed by David S. Miller on 20 August 2013, 20:07:15 UTC
When the repair mode is turned off, the write queue seqs are
updated so that the whole queue is considered to be 'already sent.

The "when" field must be set for such skb. It's used in tcp_rearm_rto
for example. If the "when" field isn't set, the retransmit timeout can
be calculated incorrectly and a tcp connected can stop for two minutes
(TCP_RTO_MAX).

Acked-by: Pavel Emelyanov <xemul@parallels.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Cc: James Morris <jmorris@namei.org>
Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
Cc: Patrick McHardy <kaber@trash.net>
Signed-off-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 49baea8
History
Tip revision: 7ed5c5ae96d23da22de95e1c7a239537acd378b1 authored by Andrey Vagin on 16 August 2013, 15:04:36 UTC
tcp: set timestamps for restored skb-s
Tip revision: 7ed5c5a

back to top