Repository : ssh://git@diktynna/doc On branches: backup-redmine,main
commit 5fe9a6c83700cb50e3d78375d41babdc7c65d281 Author: Linus Lüssing linus.luessing@c0d3.blue Date: Fri Apr 19 02:57:41 2024 +0000
doc: batman-adv/Multicast-optimizations-tech
5fe9a6c83700cb50e3d78375d41babdc7c65d281 batman-adv/Multicast-optimizations-tech.textile | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/batman-adv/Multicast-optimizations-tech.textile b/batman-adv/Multicast-optimizations-tech.textile index b200e6af..fa820de2 100644 --- a/batman-adv/Multicast-optimizations-tech.textile +++ b/batman-adv/Multicast-optimizations-tech.textile @@ -65,6 +65,8 @@ h2. Multicast Sender
Optimization for IPv4 or IPv6 multicast packets is performed by considering a few special cases. First, the number of nodes interested in a group is counted. Interest has been announced by either including the multicast group in TT entries, or setting the BATADV_MCAST_WANT_ALL_IPV4 or BATADV_MCAST_WANT_ALL_IPV6 flags or the BATADV_MCAST_WANT_ALL_UNSNOOPABLES flag in case of unsnoopable ranges in the Multicast TVLV flag.
+For routable IP multicast destinations the amount of multicast routers, signaled via the absence of either the BATADV_MCAST_WANT_NO_RTR4 or BATADV_MCAST_WANT_NO_RTR6 flags, is further included in the count (see below for details). + If the total number of nodes interested in a group is:
* ... 0, then this frame can be safely dropped.