Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2000 12:01:11 +0200 (CEST)
From:      Luigi Rizzo <luigi@info.iet.unipi.it>
To:        net@freebsd.org
Subject:   WF2Q+ available for dummynet
Message-ID:  <200006011001.MAA65332@info.iet.unipi.it>

next in thread | raw e-mail | index | archive | help
Hi,

I have a preliminary version of the long awaited WF2Q+ support in
dummynet. A picobsd image is available for testing purposes at

	http://www.iet.unipi.it/~luigi/picobsd.000530.bin

(when the image boots, you can login as 'root' password 'setup')
and a (probably cryptic) manpage at

	http://www.iet.unipi.it/~luigi/ipfw.8


Basic configuration for testing (read the manpage for more)

	ipfw add queue 1 ip from any to any

	ipfw queue 1 config weight 10 pipe 3 mask all queue 20
	ipfw pipe 10 config bw 100Kbit/s

basically a 'queue' object defines how packets are partitioned into
flows, and the weight associated with each flow. The 'pipe' object
that the queue points to is then used to set the overall rate, which
is then shared among the flows according to their weights.
You can have multiple 'queue' point to the same 'pipe' and this way
you can have flows with different weights.

If you try this floppy please provide feedback, even if it is just
to say that it works fine - thanks :)

	cheers
	luigi
-----------------------------------+-------------------------------------
  Luigi RIZZO, luigi@iet.unipi.it  . Dip. di Ing. dell'Informazione
  http://www.iet.unipi.it/~luigi/  . Universita` di Pisa
  TEL/FAX: +39-050-568.533/522     . via Diotisalvi 2, 56126 PISA (Italy)
  Mobile   +39-347-0373137
-----------------------------------+-------------------------------------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006011001.MAA65332>