Repository : ssh://git@diktynna/doc On branches: backup-redmine,main
commit d7ab84de2343d64025936bc8ad80c0961c2819c5 Author: Linus Lüssing linus.luessing@c0d3.blue Date: Fri Apr 19 03:00:02 2024 +0000
doc: batman-adv/Multicast-optimizations-tech
d7ab84de2343d64025936bc8ad80c0961c2819c5 batman-adv/Multicast-optimizations-tech.textile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/batman-adv/Multicast-optimizations-tech.textile b/batman-adv/Multicast-optimizations-tech.textile index fa820de2..667234dc 100644 --- a/batman-adv/Multicast-optimizations-tech.textile +++ b/batman-adv/Multicast-optimizations-tech.textile @@ -70,10 +70,10 @@ For routable IP multicast destinations the amount of multicast routers, signaled If the total number of nodes interested in a group is:
* ... 0, then this frame can be safely dropped. -* >= 1, then this frame is, in this order of priority, either: -** encapsulated in and forwarded via a [[Multicast-Packet-Type|batman-adv multicast packet]] to the according destination(s). -** encapsulated in and forwarded via batman-adv unicast packet(s) to the according destination(s). -** encapsulated in a [[Broadcast|batman-adv broadcast packet]] and forwarded via classic flooding to all nodes. +* >= 1, then this frame is encapsulated in and forwarded, in this order of priority, either via: +** a [[Multicast-Packet-Type|batman-adv multicast packet]] to the according destination(s). +** batman-adv unicast packet(s) to the according destination(s). +** [[Broadcast|batman-adv broadcast packet]] and forwarded via classic flooding to all nodes.
The latter case is the general fallback to broadcast, which is also used when the the multicast optimization is turned off.