From owner-freebsd-net Wed Mar 20 11:36: 6 2002 Delivered-To: freebsd-net@freebsd.org Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by hub.freebsd.org (Postfix) with ESMTP id 38F5437B404 for ; Wed, 20 Mar 2002 11:36:00 -0800 (PST) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id g2KJZxQ16895 for ; Wed, 20 Mar 2002 14:35:59 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Wed, 20 Mar 2002 14:35:59 -0500 (EST) From: Jeff Roberson To: net@freebsd.org Subject: Getting rid of maxsockets. Message-ID: <20020320143354.Y41335-100000@mail.chesapeake.net> 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 Would anyone be upset if I got rid of maxsockets and consequently the limits on the *pcb zones? This was previously used so that the zone allocator could allocate items at interrupt time. Now you can just supply M_NOWAIT/WAITOK and get the desired effect without a hard limit. Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message