mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Linux default IP ttl
@ 2001-07-15  8:58 George Bonser
  2001-07-15 10:03 ` David S. Miller
  0 siblings, 1 reply; 21+ messages in thread
From: George Bonser @ 2001-07-15  8:58 UTC (permalink / raw)
  To: linux-kernel

The following patch changes the default ip_default_ttl from 64 to 128 hops.
This matches the
default of many modern client OS of my server farms and the logic is that
anything that
capable of reaching me should also be reachable by me.

This has reduced considerably the number of ICMP messages where a packet has
expired
in transit from my server farms. Looks like there are a lot of clients out
there running
(apparently) modern Microsoft OS versions with networks having a lot of hops
(more than 64).

--- linux/include/linux/ip.h.orig	Sun Jul 15 08:41:07 2001
+++ linux/include/linux/ip.h	Sun Jul 15 08:41:40 2001
@@ -65,7 +65,7 @@

 #define IPVERSION	4
 #define MAXTTL		255
-#define IPDEFTTL	64
+#define IPDEFTTL	128

 /* struct timestamp, struct route and MAX_ROUTES are removed.



^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2001-07-17  1:43 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-15  8:58 [PATCH] Linux default IP ttl George Bonser
2001-07-15 10:03 ` David S. Miller
2001-07-15 10:15   ` Mikael Abrahamsson
2001-07-15 10:34     ` George Bonser
2001-07-15 10:17   ` George Bonser
2001-07-15 10:35   ` acmay
2001-07-15 11:11   ` George Bonser
2001-07-15 11:11   ` David S. Miller
2001-07-15 11:17     ` David S. Miller
2001-07-15 11:28       ` George Bonser
2001-07-15 11:30       ` David S. Miller
2001-07-15 11:42         ` George Bonser
2001-07-15 18:24         ` Steve VanDevender
2001-07-15 19:28           ` Lew Wolfgang
2001-07-15 19:51             ` George Bonser
2001-07-15 19:40           ` George Bonser
2001-07-15 20:10           ` George Bonser
2001-07-15 11:31       ` David S. Miller
2001-07-15 11:32       ` George Bonser
2001-07-15 11:20     ` George Bonser
2001-07-16 16:14   ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®