OpenBSD cvs log

created 2020-12-21T13:35:19Z
begin 2020-12-10T06:40:22Z
end 2020-12-10T06:53:38Z
path src/sys
commits 1

date 2020-12-10T06:53:38Z
author dlg
files src/sys/net/fq_codel.c log diff annotate
message classify packets without a flowid into bucket 0, not a random bucket.

putting packets into random buckets means packets in a flow/connection
will be reorderd. pf assigns a flowid if it's enabled, and you need
pf to configure code, so it's reasonable to assume that most packets
will have a flowid. using bucket 0 like this is what we do in most
other places that bin packets with the flowid.