From owner-freebsd-arch Thu Mar 21 22: 8: 3 2002 Delivered-To: freebsd-arch@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by hub.freebsd.org (Postfix) with ESMTP id EBB7F37B400; Thu, 21 Mar 2002 22:07:54 -0800 (PST) Received: from pool0183.cvx40-bradley.dialup.earthlink.net ([216.244.42.183] helo=mindspring.com) by gull.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16oID9-0004Zq-00; Thu, 21 Mar 2002 22:07:36 -0800 Message-ID: <3C9ACA14.551C554A@mindspring.com> Date: Thu, 21 Mar 2002 22:07:16 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Makoto Matsushita Cc: ady@freebsd.ady.ro, arch@FreeBSD.org, net@FreeBSD.org Subject: Re: Help needed: ALTQ integration into FreeBSD References: <20020322094310E.matusita@jp.FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Makoto Matsushita wrote: > Have you ever contact to Cho-san, the author of ALTQ? He is also a > FreeBSD committer (kjc@FreeBSD.org), and may willing to help you if he > have enough time to do. > > ALTQ implementation is already integrated into KAME; maybe KAME guys > can help you. I've heard a few days ago that a new FreeBSD committer, > suz (from KAME team itself), is approved by core, but his account on > freefall is *not* created (I dunno why but it's true) so he can't do > his work (sigh). Personally, I'm a little "gun shy" about KAME integration right now. The IPv4 IPSEC code has this nasty habit of reserving space for the IPSEC for non-IPSEC connections. This drops the maximum number of connections supportable by a given amount of RAM by a factor of 4 or more. I understand the need to alloc memory for the stuff when the connection is actually an IPSEC connection, but as it is, not using IPSEC, and just having the crap in your kernel has the bad effect on the maximum number of connections. I would really hate to see something else come in that was not conditionalized on it actually being used. 8-(. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message