Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/netinet pullup 1.29->1.30 (thorpej)



details:   https://anonhg.NetBSD.org/src/rev/799913523757
branches:  netbsd-1-4
changeset: 468545:799913523757
user:      perry <perry%NetBSD.org@localhost>
date:      Thu Apr 29 14:44:48 1999 +0000

description:
pullup 1.29->1.30 (thorpej)

diffstat:

 sys/netinet/in_proto.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 76feec60500a -r 799913523757 sys/netinet/in_proto.c
--- a/sys/netinet/in_proto.c    Thu Apr 29 14:41:58 1999 +0000
+++ b/sys/netinet/in_proto.c    Thu Apr 29 14:44:48 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in_proto.c,v 1.29 1999/01/14 01:16:55 thorpej Exp $    */
+/*     $NetBSD: in_proto.c,v 1.29.2.1 1999/04/29 14:44:48 perry Exp $  */
 
 /*
  * Copyright (c) 1982, 1986, 1993
@@ -188,5 +188,4 @@
 int    tcp_syn_cache_limit = TCP_SYN_HASH_SIZE*TCP_SYN_BUCKET_SIZE;
 int    tcp_syn_bucket_limit = 3*TCP_SYN_BUCKET_SIZE;
 struct syn_cache_head tcp_syn_cache[TCP_SYN_HASH_SIZE];
-int    tcp_syn_cache_interval = 8;     /* runs timer every 4 seconds */
-int    tcp_syn_cache_timeo = TCPTV_KEEP_INIT;
+int    tcp_syn_cache_interval = 1;     /* runs timer twice a second */



Home | Main Index | Thread Index | Old Index