Lars Eggert wrote: > will a full priq drop a lower-priority packet from the queue when a > higher-priority one needs to be enqueued? > > (Looking at the code, I think it will not, but I wanted to make sure.) You are correct. PRIQ is a scheduler algorithm on the dequeue side. It does nothing special for buffer management on the enqueue side. -Kenjiro