How can I limit Squid's total bandwidth to, say, 512 Kbps?

Acl all src 0.0.0.0/0.0.0.0 # might already be defined delay_class1_access all delay_class1_aggregate_max 64000 # 1 second "buffer" of 64kbytes delay_class1_aggregate_restore 64000i # 512 kbits == 64 kbytes per second The 1 second buffer is because you have implied you just want a limit, and don't want it to be able to respond to a burst. If you want it to be able to respond to a burst, increase the aggregate_max to a larger value, and traffic bursts will be handled. More.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions