search for: tcp_outgoing_prior

Displaying 3 results from an estimated 3 matches for "tcp_outgoing_prior".

2004 Mar 05
0
Squid-qos Patch Trouble
...sort of bandwidth management so, for example, any given hosted website/server won''t eat more than let''s say 1Mbit of upstream bandwidth, i have recompiled squid using Patrick Mchardy squid-qos patch, and modified my squid.conf as this: acl testsrc src 10.0.0.0/255.255.255.0 tcp_outgoing_priority 10:2 testsrc and my tc script looks like this: tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 10: htb default 10 tc class add dev eth0 parent 10: classid 10:2 htb rate 1Mbit ceil 1Mbit Problem is, less than 5% of the traffic seems to pass thru this class, doing a tc -s -d class...
2004 Mar 16
0
SQUID + tc problems
I''m trying to limit bandwidth consumption of sites hosted behind a squid working as a reverse transparent proxy (squid 2.5.3 with Patrick McHardy tcp_outgoing_priority patch) but with traffic levels for a given site of 1Mbps, only about 1% of the traffic shows up in a tc -s -d. Anyone has experience working with this setup ? is there any alternative or special consideration when using Patrick''s patch ? -- Using M2, Opera''s revolutionar...
2005 Jan 19
11
Confuse, putting packets in wrong mangle table.
Folks, I am a little bit confuse in how to put these packets into correct mangle table for traffic shaping. This is what i ve planned to do: - - - - :eth0 [ LINUX-BOX ] eth1: - - - - Let say: eth0: 220.100.1.1 eth1: 192.168.1.1 eth1:1 192.168.1.2 192.168.1.0/24 get natted into 220.100.1.1 before reaching the internet. I put every packets coming from internet (eth0) this way: # iptables -t