From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 13 18:41:35 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFCF416A41C for ; Mon, 13 Jun 2005 18:41:35 +0000 (GMT) (envelope-from baldur@foo.is) Received: from gremlin.foo.is (gremlin.foo.is [194.105.250.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 664CB43D5C for ; Mon, 13 Jun 2005 18:41:33 +0000 (GMT) (envelope-from baldur@foo.is) Received: from 127.0.0.1 (localhost.foo.is [127.0.0.1]) by injector.foo.is (Postfix) with SMTP id 8FAB33A2AA for ; Mon, 13 Jun 2005 18:41:31 +0000 (GMT) Received: by gremlin.foo.is (Postfix, from userid 1000) id AABDE3A2A9; Mon, 13 Jun 2005 18:41:28 +0000 (GMT) Date: Mon, 13 Jun 2005 18:41:28 +0000 From: Baldur Gislason To: freebsd-hackers@freebsd.org Message-ID: <20050613184128.GA16980@gremlin.foo.is> References: <42ADD249.7020709@dnainternet.net> In-Reply-To: <42ADD249.7020709@dnainternet.net> User-Agent: Mutt/1.4.1i X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on gremlin.foo.is X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=2.61 X-Sanitizer: Foo MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Subject: Re: prioritizing small ip packets? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 18:41:35 -0000 IPFW does have a queue feature which is a part of dummynet. You can match packets based on size and send them to different queues. Baldur On Mon, Jun 13, 2005 at 09:36:57PM +0300, Erik Udo wrote: > I came across this idea for prioritizing small > IP packets, so that for example HTTP requests, > game packets and other small, but importat packets > would get uploaded before the big packets. Big files > are usually uploaded in bigger packets, right? > > So, i haven't found a way to make this happen, i googled > for it but didn't find anything. Does PF or IPFW have this > feature? > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >