diff options
author | Josh Hunt <johunt@akamai.com> | 2019-08-07 19:52:30 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-08-09 16:03:30 -0400 |
commit | 1555e6fdf062e2ae2514c67f46d475c7ebcce10e (patch) | |
tree | 1fbf9f4795e0eb6213071d34b1fb6e8d69adb186 | |
parent | c04b79b6cfd714144f6a2cf359603d82ee631e62 (diff) |
tcp: Update TCP_BASE_MSS comment
TCP_BASE_MSS is used as the default initial MSS value when MTU probing is
enabled. Update the comment to reflect this.
Suggested-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: Josh Hunt <johunt@akamai.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-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 81e8ade1e6e4..9e9fbfaf052b 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -64,7 +64,7 @@ void tcp_time_wait(struct sock *sk, int state, int timeo); | |||
64 | /* Minimal accepted MSS. It is (60+60+8) - (20+20). */ | 64 | /* Minimal accepted MSS. It is (60+60+8) - (20+20). */ |
65 | #define TCP_MIN_MSS 88U | 65 | #define TCP_MIN_MSS 88U |
66 | 66 | ||
67 | /* The least MTU to use for probing */ | 67 | /* The initial MTU to use for probing */ |
68 | #define TCP_BASE_MSS 1024 | 68 | #define TCP_BASE_MSS 1024 |
69 | 69 | ||
70 | /* probing interval, default to 10 minutes as per RFC4821 */ | 70 | /* probing interval, default to 10 minutes as per RFC4821 */ |