From owner-freebsd-isp Wed Jan 13 18:47:15 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA03187 for freebsd-isp-outgoing; Wed, 13 Jan 1999 18:47:15 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from dns.hgs.com.cn ([202.96.210.159]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA03177 for ; Wed, 13 Jan 1999 18:47:09 -0800 (PST) (envelope-from xiyuan@dns.hgs.com.cn) Received: (from xiyuan@localhost) by dns.hgs.com.cn (8.8.7/8.8.7) id KAA09435; Thu, 14 Jan 1999 10:39:19 GMT (envelope-from xiyuan) Date: Thu, 14 Jan 1999 10:39:19 GMT From: xiyuan qian Message-Id: <199901141039.KAA09435@dns.hgs.com.cn> To: freebsd-isp@FreeBSD.ORG Subject: How to enlarge the limit value? Cc: xiyuan@dns.hgs.com.cn Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I have a game server program running on my FreeBSD box. With the players coming more and more, I want my server can server more net connections. Now, the maxinum net connection limit is 256. I found that this value is related to FD_SETSIZE in sys/types.h file. I modified this value but make no change. Then I recompile the kernel with maxusers=500, the result remains the same. Any suggestions? --xiyuan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message