mcast_miss_addr

mcast_miss_addr

The multicast miss stream is a largely undocumented and unsupported Squid feature. The basic idea is to send a multicast message, containing a URI, for each cache miss. The messages are encrypted with a modest algorithm to prevent casual eavesdropping.

To use this feature, you must manually define the MULTICAST_MISS_STREAM preprocessor symbol before compiling Squid. To learn more about this feature, read the source code surrounded by #if MULTICAST_MISS_STREAM in src/access_log.c.

Syntax

mcast_miss_addr multicast-address

Default

No default

Example

mcast_miss_addr 224.0.1.1

Related

mcast_miss_ttl, mcast_miss_port, mcast_miss_encode_key



    Appendix A. Config File Reference