Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Subject: Is there a way to increase SOMAXCONN ?
From: Rani Pinchuk <rani@cpan.org>
To: cygwin@cygwin.com
Content-Type: text/plain
Organization: 
Message-Id: <1047152133.2054.73.camel@mikush>
Mime-Version: 1.0
Date: 08 Mar 2003 20:35:34 +0100
Content-Transfer-Encoding: 7bit

Hi all,

Hopefully someone here can give me a pointer/explanation of how to
increase SOMAXCONN.

In the last Cygwin I setup, it is defined as 5:

In /usr/include/cygwin/socket.h:
...
/* Maximum queue length specificable by listen.  */
#define SOMAXCONN       5
...

I need it to be higher (a daemon I wrote refuse every now and then
connections, and I found out it is because of that "5").

I wonder why it is only 5 (on Linux, for example it is defined as 128),
and if there is a way to increase it. 

Thanks in advance,

Rani



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

