[3457] in Athena Bugs
default TTL's (VAX and RT) 6.3B
daemon@ATHENA.MIT.EDU (Jon A. Rochlis)
Thu Oct 19 20:31:53 1989
From: jon@MIT.EDU (Jon A. Rochlis)
Date: Thu, 19 Oct 89 20:30:31 -0400
To: bugs@MIT.EDU, rel-eng@MIT.EDU
Cc: hoffmann@MIT.EDU, jis@MIT.EDU
Looking at the default TTL's for various protocols (which can be found
in /usr/include/netinet/*.h) I find the following:
protocol RT VAX file (in /usr/include/netinet)
RVD 30 30 rvdconst.h
TCP 30 255 tcp.h
UDP 30 30 udp_var.h
I would recommend making them all be 255 (MAXTTL). 30 isn't going to
be good enough very soon ...
-- Jon