renato_pacheco
(usa Debian)
Enviado em 16/03/2011 - 11:48h
Kra, voltei a ler o documento e vi uma coisa: eu estou equivocado em relação ao atingir uma certa quantidade e ativar. Eu li isso em um blog, mas tava errado. Veja o exemplo q o manual passou:
For example, if delay pool number 1 is a class 2 delay pool as in the
above example, and is being used to strictly limit each host to 64kbps
(plus overheads), with no overall limit, the line is:
delay_parameters 1 -1/-1 8000/8000
Note that the figure -1 is used to represent "unlimited".
And, if delay pool number 2 is a class 3 delay pool as in the above
example, and you want to limit it to a total of 256kbps (strict limit)
with each 8-bit network permitted 64kbps (strict limit) and each
individual host permitted 4800bps with a bucket maximum size of 64kb
to permit a decent web page to be downloaded at a decent speed
(if the network is not being limited due to overuse) but slow down
large downloads more significantly:
delay_parameters 2 32000/32000 8000/8000 600/8000
Ou seja, a primeira barra significa o tamanho máximo do "bucket" na transferência e a outra barra é o limite da banda. Outra coisa q deve ficar clara é com relação às classes. Olhe:
classe 1 = delay_parameters 1 global
classe 2 = delay_parameters 1 global host
classe 3 = delay_parameters 2 global rede host
classe 4 = delay_parameters 3 global rede host user
A minha única dúvida é em relação a esse "bucket", pois essa terminologia ficou meio estranha. O q eu entendi é q significa o nº d bytes mandados por vez. Talvez vc tenha uma outra ideia.