From owner-freebsd-hackers Sat Sep 16 21:19:57 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA24866 for hackers-outgoing; Sat, 16 Sep 1995 21:19:57 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id VAA24859 for ; Sat, 16 Sep 1995 21:19:51 -0700 Received: from corbin.Root.COM (corbin [198.145.90.34]) by Root.COM (8.6.12/8.6.5) with ESMTP id VAA06457; Sat, 16 Sep 1995 21:18:35 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id VAA01065; Sat, 16 Sep 1995 21:20:57 -0700 Message-Id: <199509170420.VAA01065@corbin.Root.COM> To: "Jordan K. Hubbard" cc: hackers@freefall.freebsd.org Subject: Re: The change to /sys/sys/socket.h:SOMAXCONN In-reply-to: Your message of "Sat, 16 Sep 95 21:03:25 PDT." <770.811310605@time.cdrom.com> From: David Greenman Reply-To: davidg@Root.COM Date: Sat, 16 Sep 1995 21:20:56 -0700 Sender: owner-hackers@FreeBSD.org Precedence: bulk >Hey, shouldn't this be a MIB variable, anyway?? No, not really. It's not important enough for that. The maximum needs to be high enough so that programs can specify reasnable backlog limits to listen(2) to not throw out new connection requests, ...and now it is. (and changing the subject somewhat) sysctl isn't really designed to be very easily extensible. It would be nice if *hundreds* of things could be tuned, but the current structure really makes that impractical. The whole thing should be tossed out and rewritten. -DG