Search squid archive

Re: request future option

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

 



On 06/01/2017 11:29 AM, joseph wrote:
> 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 );

You cannot convert an eCAP-set annotation into a TOS mark, but you can
write an ACL that will detect a specific eCAP-set annotation value and
then use that ACL to set the corresponding mark. If you have 100
different TOS mark values, it will be a little tedious (without
automation) but if you only have a few, then no automation is needed:

  acl tosMark50 note tosMark 50
  acl tosMark60 note tosMark 60
  ...

  clientside_tos 0x50 toMark50
  clientside_tos 0x60 toMark60
  ...

Alex.
_______________________________________________
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