From 80c08c17849167b0af7743480e25ef509ce8eeb2 Mon Sep 17 00:00:00 2001 From: thorpej Date: Wed, 29 Apr 1998 04:57:49 +0000 Subject: [PATCH] Turn off TCP_COMPAT_42, turn on TCP_CWM. --- sys/arch/hp300/conf/BASALT | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/hp300/conf/BASALT b/sys/arch/hp300/conf/BASALT index ffa130b891e7..03585561fe77 100644 --- a/sys/arch/hp300/conf/BASALT +++ b/sys/arch/hp300/conf/BASALT @@ -1,4 +1,4 @@ -# $NetBSD: BASALT,v 1.22 1998/02/24 11:05:37 thorpej Exp $ +# $NetBSD: BASALT,v 1.23 1998/04/29 04:57:49 thorpej Exp $ # # Kernel for basalt.og.org - thorpej's HP380 file server. # @@ -41,7 +41,8 @@ options NFSSERVER # Network filesystem server # Networking options options INET # Internet protocols -options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP +#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP +options TCP_CWM # use Congestion Window Monitoring options GATEWAY # Packet forwarding + larger mb_map options NMBCLUSTERS=1024 # Crank this up options PFIL_HOOKS # packet filter hooks