From owner-cvs-all Fri Dec 7 9:10:32 2001 Delivered-To: cvs-all@freebsd.org Received: from niwun.pair.com (niwun.pair.com [209.68.2.70]) by hub.freebsd.org (Postfix) with SMTP id 97E3A37B419 for ; Fri, 7 Dec 2001 09:10:22 -0800 (PST) Received: (qmail 93011 invoked by uid 3193); 7 Dec 2001 17:10:22 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 7 Dec 2001 17:10:22 -0000 Date: Fri, 7 Dec 2001 12:10:22 -0500 (EST) From: Mike Silbersack X-Sender: To: Robert Watson Cc: , Subject: Re: cvs commit: src/sys/netinet tcp_timer.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Uh, I'm not awake yet, I should've looked at the next commit. Nevermind. Urgh. Mike "Silby" Silbersack On Fri, 7 Dec 2001, Mike Silbersack wrote: > Heh, I was just about to ask about this before you committed. This > actually applies to all of our rc.conf settings. It looks like a lot are > of the form: > > case ${tcp_keepalive} in > [Yy][Ee][Ss]) > echo -n ' TCP keepalive=YES' > sysctl -w net.inet.tcp.always_keepalive=1 >/dev/null > ;; > esac > > Again, I suck at shell scripting, so I need some help with the > interpretation. Does this mean that TCP keepalive=NO will do nothing, and > the kernel default will stick? > > Thanks, > > Mike "Silby" Silbersack > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message