> HI There, > > I was wondering whether it's posible to mark cached traffic with a > different > TOS then uncached traffic. I need to come up with a way of passing cached > traffic through our bandwidth manager without taxing the end user for it. > Basically giving them the full benefits of the proxy server. Not at present. It should not be too hard to add though. For now squid just has a combination of tcp_outgoing_tos to set the TOS on all squid outputs and delay_pools to bandwidth-manage the MISS'es within squid. cache HIT's don't get passed through the delay pools, so have the effect you want. Amos