From owner-freebsd-net Mon Mar 3 14:48:44 2003 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 400E637B401 for ; Mon, 3 Mar 2003 14:48:43 -0800 (PST) Received: from web21008.mail.yahoo.com (web21008.mail.yahoo.com [216.136.227.62]) by mx1.FreeBSD.org (Postfix) with SMTP id D82BC43F3F for ; Mon, 3 Mar 2003 14:48:42 -0800 (PST) (envelope-from davidmyer800@yahoo.com) Message-ID: <20030303224842.12148.qmail@web21008.mail.yahoo.com> Received: from [65.172.158.93] by web21008.mail.yahoo.com via HTTP; Mon, 03 Mar 2003 14:48:42 PST Date: Mon, 3 Mar 2003 14:48:42 -0800 (PST) From: David Myer Subject: inetd behavior etc To: freebsd-net@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Anyone knows how inetd services will behave under stress situation ? I have a socket program that sends large amount of data over n number of connections to inetd echo servire using UDP, (echo_dg) and trying to compare data on receive, I notice that when n increases (> 8), program does not behave properly. Another question, I notice that recvfrom always returns bytes of 4096, even though I set UDP receive buffer to a big number using setsockopt(), any ideas ? Thanks __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message