Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jan 2000 12:45:26 +0100 (CET)
From:      Luigi Rizzo <luigi@info.iet.unipi.it>
To:        current@freebsd.org
Subject:   kind-of heads-up -- ipfw and dummynet
Message-ID:  <200001081145.MAA10204@info.iet.unipi.it>

next in thread | raw e-mail | index | archive | help
[sorry for the blind crosspost to -net, but i think this is relevant there
as well...]

Hi,

I have just committed to -current a few modifications to ipfw and
dummynet and i would like people to check them and submit feedback.
(everything is mostly backward compatible, you only need to recompile
ipfw if you want to use the new dummynet features, but the syntax remains
the same).

They are listed below:

  REWRITTEN MANPAGE, trying to make it more readable. Please let me know
	if i succeeded or not.

  DUMMYNET now supports dynamically-created per-flow queues. E.g.
	if you want to limit each /24 subnet to your web server to 100Kbit/s
	you can do now:

		ifpw add pipe 1 tcp from my-ip 80 to any
		ipfw pipe 1 config bw 100Kbit/s mask dst-ip 0xffffff00

	and so on. The manpage gives more examples. User interface is
	fully backward compatible.
	This work sponsored by Akamba Corp.
	As a side effect, the new dummynet code also fixes one bug in
	the previous code which could cause large bursts of packets.

  DUMMYNET should also work on the alpha, because i have fixed the interface
	problems which prevented this on the past.

  IPFW now supports masks on TCP/UDP ports, which can be useful for some
	simulation purposes and does not impact performance.

Feedback appreciated. If there are no objections, i would like to
put these things into -stable soon, as there are important fixes to
existing features.

	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?200001081145.MAA10204>