]> git.ipfire.org Git - thirdparty/squid.git/commit - doc/release-notes/release-7.sgml.in
Maintenance: Remove dead Multicast Miss Stream feature (#1320)
authorAlex Rousskov <rousskov@measurement-factory.com>
Wed, 28 Jun 2023 16:15:49 +0000 (16:15 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 28 Jun 2023 16:15:58 +0000 (16:15 +0000)
commitda21b84bd6223b514c1499a3fef12620885601c4
tree83a08e0539ed02db80fb9a20cb222c1f868fa5c5
parent963ff14337f7bea953658d99870a0dbd2e74a206
Maintenance: Remove dead Multicast Miss Stream feature (#1320)

This feature was added in 1998 commit e66d792 for special "you are
absolutely certain you understand what you are doing" experiments and
considered "largely undocumented and unsupported" by its primary
author[^1]. The corresponding MULTICAST_MISS_STREAM code in
access_log.cc has not built since 2007 commit cc192b5 (at least):

* 'class Ip::Address' has no member named 's_addr'
* 'comm_open' was not declared in this scope
* 'comm_udp_sendto' was not declared in this scope
* 'mcastSetTtl' was not declared in this scope
* 'METHOD_GET' was not declared in this scope
* 'no_addr' was not declared in this scope
* no match for 'operator!=' (operand types are LogTags and LogTags_ot)

[^1]: Duane Wessels. 2004. Squid: The Definitive Guide. O'Reilly &
Associates, Inc., USA. See mcast_miss_addr documentation on page 390.
CREDITS
doc/release-notes/release-7.sgml.in
squid.dox
src/SquidConfig.h
src/cf.data.pre
src/log/access_log.cc