[squid-users] TOS squid-3.5.0.4
Amos Jeffries
squid3 at treenet.co.nz
Mon Jun 1 00:13:37 UTC 2015
On 1/06/2015 11:35 a.m., Marcel Fossua wrote:
> HI Amos thanks for your reply I just upgrade to 3.5.5 but compiling from
> source to get --enable-ecap
> but I can't figure out what you means exactly concerning the TOS part
> did you means what I set is ok or not?
>
> qos_flows tos
The above line does nothing.
> qos_flows local-hit=0x30
0x30 & 0xFA -> 0x30
OK.
> qos_flows parent-hit=0x32
0x32 & 0xFA -> 0x30
not OK.
The second hex digit value can only be 0x0, 0x4, 0x8, or 0xC.
Also, the qos_flows lines are missing the identifier to determine
whether its TCP TOS or iptables NFMARK being set...
qos_flows tos local-hit=0x30
qos_flows tos parent-hit=0x34
Or just:
qos_flows tos local-hit=0x30 parent-hit=0x34
Amos
More information about the squid-users
mailing list