CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2020/12/09 23:53:38

Modified files:
        sys/net        : fq_codel.c 

Log 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.

Reply via email to