a useful feature of SQUID 2.5 is the "tcp_outgoing_tos" directive, that allow you to mark outgoing IP packet with a specific TOS field.
I have tried to associate this directive with an ACL's type "dst" as below:
acl EXAMPLE1 dst 66.216.68.0/24 tcp_outgoing_tos 0x30 EXAMPLE1
Sniffing packets, I have observed that packets belonging to the first TCP connection pass with a wrong TOS (0x00) and others with a right TOS (0x30)
Is there anybody that can tell me why?
Bye!!!
Massimiliano
