[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CBQ or PRIO ?
>From what you describe, I think you just need the prio queue, which has precisely
3 bands of priority.
Marco Fabiani wrote:
> Hallo,
> I have to differentiate the traffic in 3 classes:
> _High priority
> _Medium priority
> _Low priority
> All these classes can use all the resources of router but
> _packets of High priority are delivered before of every other kind of packet.
> _packets of Medium priority queue are delivered only when no packets are in
> the High priority queue.
> _packets of Low priority queue are delivered only when no packets are in the
> Medium priority queue.
>
> Do I have to use CBQ or PRIO classes?
>
> Thanks.
> marc