On Linux you can use iptables to do qos and make sure that a single connection
does not consume all bandwidth.
Marcus
On 30/07/2019 10:22, Service MV wrote:
Just to explain clearly, my goal is that no user of my LAN can download more
than 15 megabits/s, because some downloads consume me 100
Delay pools are broken in squid 4.x for https. Work for http only.
"Known" bug, said to be fixed in squid 5.x only.
You might consider using squid 3.x instead.
--
Sent from:
http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html
___
Just to explain clearly, my goal is that no user of my LAN can download
more than 15 megabits/s, because some downloads consume me 100 magabits/s
leaving the rest of the users offline.
Since squid calculates in bytes, it would be: 1966080 bytes the limit that
I want to establish for any user of my
Thanks for patience.
I modify the line:
# All net setting
Individual client
setting
# first 15MB of file download full speed,
then continue at 10MB/sfirst 10MB of f
You need to divide your 15mbits by 8. You want to limit to 15mbit not 15mbyte yes? Your limit is well over 100mbit/sSent from my Huawei phone Original message From: Service MV Date: Mon, 29 Jul 2019, 20:59To: squid-users@lists.squid-cache.orgSubject: [squid-users] Unable to limit ba