Interface Hardware Queuing (tx_limited).
Monday, June 23rd, 2008There are two major queuing lines available. The one that we’ve been playing with is only software based. From this software queuing we implement CB-WFQ, PQ, LLQ and other queuing methods. Whatever done from this software queuing packets then passed to hardware queuing that is more strict and using only FIFO as queuing method.
Imagine you [...]