[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[altq 778] Re: priq question




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