On 2017-07-26, Kaya Saman <kayasa...@gmail.com> wrote: > > [snip] >> I'm finding that I don't really need much in the way of "downstream" >> queueing though. It might be needed in special cases but using mikeb's >> shiny new fq-codel code in -current, one single queue definition on the >> upstream interface is keeping traffic flowing nicely. >> >> queue hfsq-em1 on em1 flows 1024 bandwidth $BW_ZEN max $BW_ZEN quantum 400 >> qlimit 1000 default > > Is fq_codel already implemented in -current yet?
Yes. > I just grabbed the latest snapshot but can't find the files in the > sys/net directory?? > > https://github.com/openbsd/src/tree/master/sys/net https://github.com/openbsd/src/commits/master/sys/net/fq_codel.c (and other files).