Open polybeandip opened 3 months ago
Good catch, thanks. Let's update either the code or the glossary. Probably the easy/safe move is to review Demers et al, SIGCOMM '89, see what they do, and run with that. A slightly better move would be to investigate what WFQ has come to mean since Demers' paper in 1989! And cite that and run with that.
pifo-tree-artifact has a scheduling transaction for
WFQ
on a ternary tree:Node(✻, ✻, ✻)
.In particular, notice our algorithm uses
Packet.len pkt
(i.e.pkt_len
inwfq_helper
) to updatevar_last_finish
in our state.This is in contradiction of the entry for
WFQ
in our glossary of scheduling policies since the glossary says