Displaying 2 results from an estimated 2 matches for "zph_tos_peer".
2004 Apr 14
2
zph / squid syntaxis ?
...but I can''t get ZPH works.
I''m trying with
...
$TC class add dev $LANDEV parent 1: classid 1:7 htb rate 1Mbit
$TC filter add dev $LANDEV parent 1:0 protocol ip prio 1 u32 \
match ip protocol 0x6 0xff \
match ip tos 0x10 0xff \
flowid 1:7
And SQUID.CONF:
zph_tos 0x10
zph_tos_peer off
(i''ve tried with various combinations, but I can''t
get ZPH works as older version under squid 2.5 stable 4)
Have you some idea ?
Thank you very much
andres
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mai...
2006 Feb 21
0
Best internet traffic shaping for small lan
...ing script. I think rules of inetrnet traffic
shaping is very important thing! I would like to ask some help from
people, who understand something about
SQUID ZPH and TC, to aim beter internet traffic shaping scripts.
Squid has ZPH suport, becouse its responds to such commands as:
zph_tos_local 8
zph_tos_peer 0
zph_tos_parent off
Next 2 comands SQUID is not responding ( I think it''s becouse of
KERNEL..). As I readed about it on ZPH site, I think
those 2 comands are not valued for my idea. :)
zph_preserve_miss_tos on
zph_preserve_miss_tos_mask 255
With help of TC I tried to configurate flow o...