tcp: Update TCP_BASE_MSS comment
authorJosh Hunt <johunt@akamai.com>
Wed, 7 Aug 2019 23:52:30 +0000 (19:52 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Aug 2019 20:03:30 +0000 (13:03 -0700)
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>
include/net/tcp.h

index 81e8ade..9e9fbfa 100644 (file)
@@ -64,7 +64,7 @@ void tcp_time_wait(struct sock *sk, int state, int timeo);
 /* Minimal accepted MSS. It is (60+60+8) - (20+20). */
 #define TCP_MIN_MSS            88U
 
-/* The least MTU to use for probing */
+/* The initial MTU to use for probing */
 #define TCP_BASE_MSS           1024
 
 /* probing interval, default to 10 minutes as per RFC4821 */