ipfw(8) and additional scheduling algorithm specifications
David Wolfskill
david at catwhisker.org
Fri Dec 15 20:36:00 UTC 2017
I've started looking into configuring ipfw & dummynet to see if
FQ-CoDel might improve things for my home Internet connection
(residential ADSL).
In the process of reviewing the available documentation, I note that
ipfw(8) has:
| ...
| The following case-insensitive parameters can be configured for a
| scheduler:
|
| type {fifo | wf2q+ | rr | qfq}
| specifies the scheduling algorithm to use.
| ....
On the other hand, `cd /usr/src/sys/netpfil/ipfw; ls dn_{aqm,sched}*.c`
shows:
dn_aqm_codel.c dn_sched_fq_codel.c dn_sched_qfq.c
dn_aqm_pie.c dn_sched_fq_pie.c dn_sched_rr.c
dn_sched_fifo.c dn_sched_prio.c dn_sched_wf2q.c
(This reflects head @r326875 and stable/11 @r326848.)
So it seems that the list of scheduling algorithms in ipfw(8) is a bit
more restricted than the code supports.
Is this observation correct? If so, is it intentional?
Thanks!
I've set Reply-To.
Peace,
david
--
David H. Wolfskill david at catwhisker.org
The US "cannot afford" Trump as President or Roy Moore in the Senate.
See http://www.catwhisker.org/~david/publickey.gpg for my public key.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 603 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ipfw/attachments/20171215/e3738683/attachment.sig>
More information about the freebsd-ipfw
mailing list