longer TTL's
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Sun, 6 Apr 1986 00:14:23 +0000 (16:14 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Sun, 6 Apr 1986 00:14:23 +0000 (16:14 -0800)
SCCS-vsn: sys/netinet/tcp_timer.h 6.7
SCCS-vsn: sys/netinet/udp_var.h 6.4

usr/src/sys/netinet/tcp_timer.h
usr/src/sys/netinet/udp_var.h

index 82aa110..2479739 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)tcp_timer.h 6.6 (Berkeley) %G%
+ *     @(#)tcp_timer.h 6.7 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -51,7 +51,7 @@
  * amount of time, then we drop the connection.
  */
 
  * amount of time, then we drop the connection.
  */
 
-#define        TCP_TTL         15              /* time to live for TCP segs */
+#define        TCP_TTL         30              /* time to live for TCP segs */
 /*
  * Time constants.
  */
 /*
  * Time constants.
  */
index 7fcf011..f94f02a 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)udp_var.h   6.3 (Berkeley) %G%
+ *     @(#)udp_var.h   6.4 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -31,7 +31,7 @@ struct        udpstat {
        int     udps_badlen;
 };
 
        int     udps_badlen;
 };
 
-#define        UDP_TTL         15              /* time to live for UDP packets */
+#define        UDP_TTL         30              /* time to live for UDP packets */
 
 #ifdef KERNEL
 struct inpcb udb;
 
 #ifdef KERNEL
 struct inpcb udb;