* [PATCH] proc.txt document fix of error_burst and error_cost
@ 2002-11-07 17:00 Oskar Andreasson
2003-01-09 8:14 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Oskar Andreasson @ 2002-11-07 17:00 UTC (permalink / raw)
To: David S. Miller, Alexey N. Kuznetsov; +Cc: netdev
[-- Attachment #1: Type: TEXT/PLAIN, Size: 595 bytes --]
Hi,
Jamal asked me to direct this patch to you both.
In short, the patch fixes some bad documentation of the error_burst and
error_cost sysctl's in Documentation/filesystems/proc.txt. I have tried to
retain the old style of the document as much as possible, as well as
choice of words.
The patch should apply against both 2.4.19 and 2.5.45 without problems.
Is there anything wrong with it, or may it be included? Suggestions?
--
----
Oskar Andreasson
http://www.frozentux.net
http://iptables-tutorial.frozentux.net
http://ipsysctl-tutorial.frozentux.net
mailto:blueflux@koffein.net
[-- Attachment #2: Type: TEXT/PLAIN, Size: 1334 bytes --]
diff -ur linux-2.4.19/Documentation/filesystems/proc.txt linux-2.4.19.new/Documentation/filesystems/proc.txt
--- linux-2.4.19/Documentation/filesystems/proc.txt Wed Nov 7 23:39:36 2001
+++ linux-2.4.19.new/Documentation/filesystems/proc.txt Thu Nov 7 17:39:23 2002
@@ -1592,10 +1592,14 @@
error_burst and error_cost
--------------------------
-These parameters are used to limit the warning messages written to the kernel
-log from the routing code. The higher the error_cost factor is, the fewer
-messages will be written. Error_burst controls when messages will be dropped.
-The default settings limit warning messages to one every five seconds.
+These parameters are used to limit how many ICMP destination unreachable to
+send from the host in question. ICMP destination unreachable messages are
+sent when we can not reach the next hop, while trying to transmit a packet.
+It will also print some error messages to kernel logs if someone is ignoring
+our ICMP redirects. The higher the error_cost factor is, the fewer
+destination unreachable and error messages will be let through. Error_burst
+controls when destination unreachable messages and error messages will be
+dropped. The default settings limit warning messages to five every second.
flush
-----
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-01-09 8:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-07 17:00 [PATCH] proc.txt document fix of error_burst and error_cost Oskar Andreasson
2003-01-09 8:14 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).