Return to BSD News archive
#! rnews 1080 bsd Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.kei.com!news.mathworks.com!newsxfer.itd.umich.edu!agate!reason.cdrom.com!usenet From: "Jordan K. Hubbard" <jkh@FreeBSD.org> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: pending connection backlog Date: 18 Sep 1995 08:01:31 GMT Organization: Walnut Creek CDROM Lines: 11 Message-ID: <43j90r$84f@reason.cdrom.com> References: <DF3136.E9K@ritz.mordor.com> NNTP-Posting-Host: time.cdrom.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 1.1N (X11; I; FreeBSD 2.1-STABLE i386) To: ritz@ritz.mordor.com X-URL: news:DF3136.E9K@ritz.mordor.com ritz@ritz.mordor.com (Chris Mauritz) wrote: >Is there a way to increase the backlog variable and SOMAXCONN >variable to allow freebsd to queue more pending IP connections? This just came up a little while ago.. Look in /sys/sys/socket.h and change the value to something like, oh, say 32... :-) (32 is the value it's now set to in -current and the upcoming 2.1). -- Jordan