diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2012-04-12 19:48:40 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-14 15:24:26 -0400 |
commit | fd4f2cead6983735a4e6283126b9276873d7ff09 (patch) | |
tree | 2b5313230f3abe2b678230d4182cc6d2f2870062 /include | |
parent | eff98db027c50f1e4ad14f1d9069d55e5f7e4319 (diff) | |
download | linux-3.10-fd4f2cead6983735a4e6283126b9276873d7ff09.tar.gz linux-3.10-fd4f2cead6983735a4e6283126b9276873d7ff09.tar.bz2 linux-3.10-fd4f2cead6983735a4e6283126b9276873d7ff09.zip |
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 'include')
-rw-r--r-- | include/net/tcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index f75a04d752c..057f0168462 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -123,7 +123,7 @@ extern void tcp_time_wait(struct sock *sk, int state, int timeo); #endif #define TCP_RTO_MAX ((unsigned)(120*HZ)) #define TCP_RTO_MIN ((unsigned)(HZ/5)) -#define TCP_TIMEOUT_INIT ((unsigned)(1*HZ)) /* RFC2988bis initial RTO value */ +#define TCP_TIMEOUT_INIT ((unsigned)(1*HZ)) /* RFC6298 2.1 initial RTO value */ #define TCP_TIMEOUT_FALLBACK ((unsigned)(3*HZ)) /* RFC 1122 initial RTO value, now * used as a fallback RTO for the * initial data transmission if no |