X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/616d42db241c0674988865c11627b2dc7a4cca53..c59af027e112b534ee7b9ff495682274cc16e205:/usr/src/sys/netinet/tcp_timer.h diff --git a/usr/src/sys/netinet/tcp_timer.h b/usr/src/sys/netinet/tcp_timer.h index 0cfe73af0d..739e96607b 100644 --- a/usr/src/sys/netinet/tcp_timer.h +++ b/usr/src/sys/netinet/tcp_timer.h @@ -2,19 +2,9 @@ * Copyright (c) 1982, 1986 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% * - * @(#)tcp_timer.h 7.6 (Berkeley) %G% + * @(#)tcp_timer.h 7.8 (Berkeley) %G% */ /* @@ -64,7 +54,7 @@ * amount of time probing, then we drop the connection. */ -#define TCP_TTL 30 /* default time to live for TCP segs */ +#define TCP_TTL 60 /* default time to live for TCP segs */ /* * Time constants. */