Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Subject: Is there a way to increase SOMAXCONN ? From: Rani Pinchuk To: cygwin AT cygwin DOT 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/