]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: better comments for RTO initiallization
authorYuchung Cheng <ycheng@google.com>
Tue, 3 Sep 2013 21:14:35 +0000 (14:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Sep 2013 18:41:55 +0000 (14:41 -0400)
commit4925a0239113d6e5cb62be3cbb88e4c961eccdce
tree234a887f331af07ebb2ff5a1ae80823f8e1456b5
parent846dbd4babc84ca8e983023e15c94d3d72231d9e
tcp: better comments for RTO initiallization

Commit 18febaad4513("tcp: do not use cached RTT for RTT estimation")
removes important comments on how RTO is initialized and updated.
Hopefully this patch puts those information back.

Signed-off-by: Yuchung Cheng <ycheng@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_metrics.c