From owner-freebsd-net@FreeBSD.ORG Fri May 29 15:52:56 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3E611065673 for ; Fri, 29 May 2009 15:52:56 +0000 (UTC) (envelope-from barney_cordoba@yahoo.com) Received: from web63908.mail.re1.yahoo.com (web63908.mail.re1.yahoo.com [69.147.97.123]) by mx1.freebsd.org (Postfix) with SMTP id 8E7778FC12 for ; Fri, 29 May 2009 15:52:56 +0000 (UTC) (envelope-from barney_cordoba@yahoo.com) Received: (qmail 52830 invoked by uid 60001); 29 May 2009 15:52:56 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1243612376; bh=QS/5Y3Gd60Fjdf2x6wmYqih6/qsV0wgFIoowqSSWntM=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=Xi4sziZxyN7NRsRt6CtBu5Ri8eGMhkpHPtHD64nhpuDlD4m68G3ZgaY4ORPmHjT0qddZAeGgPDgf/S1oNxCHIoO4NTEB1iq+E6Mdl9fFSlKdQxLt4LlKyyQ+/euYT88x0eL7zlAbOEwFUhTHQvERudTkrnuKgmm1IB6VSpz15iE= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=oUTbNqEqiIunMirKp+LQUB2WobueqomSnh0PwjiMnsY7lrIg7ZEwz3QN+SRz9enyXQ/V99bb/2I/cQHN7zCTenXzR+YKyW/qxIyW9f1nEn6rFErAgFGxly25KRCppHp5CkxYO3uL+CCqvlIjYHPbWHUud3G54KECQ1W36e8+OhY=; Message-ID: <130182.52355.qm@web63908.mail.re1.yahoo.com> X-YMail-OSG: SltKlBwVM1mPG0glAUAKU2D_Ehk0oCB5FU.sXkIIYTp.fkLkeuS.2zMinqQV7rWVbwpRaviATAYr_xdWS1UG.SCMp_KBJoLogHr2a_M3pd4vy2GkZqhhF..bIqx0rRfI5WAL771FQ1ceZmzXp2KDO5IUX_7ZwOUiHCCKGvsHac3zGJ_erUkebTXis_Z1ZbFlJnB4LJhCgsYM2jH86QkAiOmEtlxggeW.LQzh7DmHQJqjpBjVZA09y5A6veW5qfiWPLCqba9xYAWOkM3it5FudFCQ8Mon28EG6Bt3ZV7xUJhUtiL0bawah3zk Received: from [66.176.162.245] by web63908.mail.re1.yahoo.com via HTTP; Fri, 29 May 2009 08:52:55 PDT X-Mailer: YahooMailClassic/5.3.9 YahooMailWebService/0.7.289.10 Date: Fri, 29 May 2009 08:52:55 -0700 (PDT) From: Barney Cordoba To: freebsd-net@freebsd.org, sebastian.mellmann@net.t-labs.tu-berlin.de MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: ipfw dummynet queue size limitations X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2009 15:52:57 -0000 --- On Fri, 5/29/09, Sebastian Mellmann wrote: > From: Sebastian Mellmann > Subject: ipfw dummynet queue size limitations > To: freebsd-net@freebsd.org > Date: Friday, May 29, 2009, 4:37 AM > Hi everyone! > > I've already asked this one the ipfw list, but maybe > someone here got a > hint for me. > I'm trying to configure the queue size in ipfw dummynet > larger then 100 > slots, but I can't do so since ipfw always tells me that > the maximum is > 100. > Is there any chance to increase the queue size? > I could only find a thread [1] from 2006 about this. > > Thanks a lot for any hints or help! > > > Regards, > Sebastian It looks to be hard-coded, so I'd suggest changing it to a variable or macro. There's only about 10 instances so its not much work. Barney