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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw To unsubscribe, send any mail to "[EMAIL PROTECTED]"
