projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfb7e5f
)
net: change ip_default_ttl documentation
author
Eric Dumazet
<eric.dumazet@gmail.com>
Mon, 13 Dec 2010 20:50:49 +0000
(12:50 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 13 Dec 2010 20:50:49 +0000
(12:50 -0800)
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ip-sysctl.txt
patch
|
blob
|
history
diff --git
a/Documentation/networking/ip-sysctl.txt
b/Documentation/networking/ip-sysctl.txt
index
2193a5d
..
d99940d
100644
(file)
--- 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.