Skip to content

Commit

Permalink
net: change ip_default_ttl documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Eric Dumazet authored and davem330 committed Dec 13, 2010
1 parent cfb7e5f commit cc6f02d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/networking/ip-sysctl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cc6f02d

Please sign in to comment.