From owner-freebsd-questions Sun May 13 12:13:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp8.xs4all.nl (smtp8.xs4all.nl [194.109.127.134]) by hub.freebsd.org (Postfix) with ESMTP id A757F37B424 for ; Sun, 13 May 2001 12:13:30 -0700 (PDT) (envelope-from ali@iephosting.net) Received: from cow (ali.xs4all.nl [194.109.237.235]) by smtp8.xs4all.nl (8.9.3/8.9.3) with SMTP id VAA26792; Sun, 13 May 2001 21:13:26 +0200 (CEST) Message-ID: <010101c0dbe1$10f5e990$0300a8c0@cow> From: "Ali Niknam" To: "David Greenman" Cc: References: <00d801c0dbca$1b296bb0$0300a8c0@cow> <20010513095758.U19893@nexus.root.com> Subject: Re: TCP/IP Listen queue overflows? Date: Sun, 13 May 2001 21:15:25 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-Mimeole: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi David, Thanks for your reply. I did this, but I still get overflows, anyone else a suggestion? Thanks, Ali ----- Original Message ----- From: "David Greenman" To: "Ali Niknam" Cc: Sent: Sunday, May 13, 2001 6:57 PM Subject: Re: TCP/IP Listen queue overflows? > >Hi Guys, > > > >As I'm not very well known with TCP/IP I need to ask you this question :) Hope it isn't too stupid ;) > > > >When I do a netsat -s I get a line which says listen que overflows: > > > > 4104 listen queue overflows > > > >How bad is this? > > > >I already tried to solve it by doing this: > >sysctl -w net.inet.tcp.recvspace=32768 > >sysctl -w net.inet.tcp.sendspace=32768 > > Those don't have any direct effect on the problem. What you need to change > is this: > > sysctl -w kern.ipc.somaxconn=1024 > > -DG > > David Greenman > Co-founder, The FreeBSD Project - http://www.freebsd.org > President, TeraSolutions, Inc. - http://www.terasolutions.com > Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message