Search squid archive

Re: request future option

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



well  another good idea
	clientside_tos ds-field [!]aclname ...
--------------------------------------
	acl normal_service_net src 10.0.0.0/24
	acl good_service_net src 10.0.1.0/24
	clientside_tos 0x00 normal_service_net
	clientside_tos 0x20 good_service_net

almost got me never seen that befor but  it will be wondeful if  normal acl
regex  matching url
example: its good to send mark on acl base for limiting the speed in router
to thgose DSCP
or puch hi speed to those as that example
acl match_updates url_regex -i  \.picaso\.org.*\.avi
clientside_tos 0x20 match_updates

but wat i need is diferent  if a file come from ecap the adapter will send
command to squid to force dscp tos  to a value that in adapter itself like

virtual void SetTos(std::string &value);
std::string dscpTmp = 0x50;
SetTos(dscpTmp );

that wen the file sent from the adapter set tos to xx
so i can tell if the file exist or not
tks

 




--
View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/request-future-option-tp4682648p4682663.html
Sent from the Squid - Users mailing list archive at Nabble.com.
_______________________________________________
squid-users mailing list
squid-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.squid-cache.org/listinfo/squid-users




[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux