search for: htbq_quota

Displaying 1 result from an estimated 1 matches for "htbq_quota".

Did you mean: htbq_squota
2005 Jun 04
6
New HTB-derived qdisc for accounting?
...bytes 103963 pkt (dropped 385953282 bytes 283998 pkt, overlimits 0 requeues 0) Proposal: ---------------------------------- Another idea would be to create a qdisc HTBQ (HTB with quota) derived from HTB with the following characteristics: htb_rate=min(htbq_rate, (alreadysent=>htbq_squota)?((htbq_quota-alreadysent)/remtime):htbq_rate) htb_ceil=htbq_ceil //this is just passed on htb_burst=htbq_burst htb_cburst=htbq_cburst htb_prio=htbq_prio htb_quantum=htbq_quantum //should be set automatically htbq_interval seconds //time after which quota is reset htbq_starttime seconds //time when the first in...