ipfw, pipes, queues, weights and managing an Internet connection

Mark Martinec Mark.Martinec at ijs.si
Wed Jun 13 00:22:54 UTC 2007


Lubomir,

> > pipe   2 config queue 4500bytes bw 3300Kbit/s
>
> This is something which I have searched for in the manpages before - what
> does the queue argument do when it's in the config line of the pipe
> instance? It says 4500bytes - any ideas?

It is the size of a queue for packets in dummynet.

It should not be too short so that a couple of packets fit in
to give traffic shaper some headroom for its decisions.

It should not be too long so that packets are not delayed
for too long. In my case 4500 bytes / 3300Kbit/s = 11 ms,
which is still good enough for VoIP and NTP.

  Mark


More information about the freebsd-ipfw mailing list