From: Eric Dumazet Date: Mon, 13 Dec 2010 20:50:49 +0000 (-0800) Subject: net: change ip_default_ttl documentation X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=cc6f02dd490dac4ad821d5077b934c9b37037cd0;p=deliverable%2Flinux.git net: change ip_default_ttl documentation Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 2193a5d124c5..d99940dcfc44 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt @@ -11,7 +11,9 @@ ip_forward - BOOLEAN for routers) ip_default_ttl - INTEGER - default 64 + Default value of TTL field (Time To Live) for outgoing (but not + forwarded) IP packets. Should be between 1 and 255 inclusive. + Default: 64 (as recommended by RFC1700) ip_no_pmtu_disc - BOOLEAN Disable Path MTU Discovery.