This patch adds support to Squid for classifying outgoing traffic for queueing by using acls. Example: -------- Requests from special_service_net are assigned to class 10:100. No filters need to be set up. acl special_service_net src 10.0.0.0/255.255.255.0 tcp_outgoing_priority 10:100 special_service_net Copyright (c) 2002, 2003 Patrick McHardy, <kaber@trash.net> Everything here is published under the terms of the GPL v2.