diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2012-04-12 23:48:40 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-14 23:24:26 +0400 |
commit | fd4f2cead6983735a4e6283126b9276873d7ff09 (patch) | |
tree | 2b5313230f3abe2b678230d4182cc6d2f2870062 /net/ipv4/inet_connection_sock.c | |
parent | eff98db027c50f1e4ad14f1d9069d55e5f7e4319 (diff) | |
download | linux-fd4f2cead6983735a4e6283126b9276873d7ff09.tar.xz |
tcp: RFC6298 supersedes RFC2988bis
Updates some comments to track RFC6298
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: H.K. Jerry Chu <hkchu@google.com>
Cc: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/inet_connection_sock.c')
-rw-r--r-- | net/ipv4/inet_connection_sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/inet_connection_sock.c b/net/ipv4/inet_connection_sock.c index 19d66cefd7d3..c12396f2785f 100644 --- a/net/ipv4/inet_connection_sock.c +++ b/net/ipv4/inet_connection_sock.c @@ -514,7 +514,7 @@ void inet_csk_reqsk_queue_prune(struct sock *parent, /* Normally all the openreqs are young and become mature * (i.e. converted to established socket) for first timeout. - * If synack was not acknowledged for 3 seconds, it means + * If synack was not acknowledged for 1 second, it means * one of the following things: synack was lost, ack was lost, * rtt is high or nobody planned to ack (i.e. synflood). * When server is a bit loaded, queue is populated with old |