Repository : ssh://git@diktynna/doc On branches: backup-redmine,main
commit 32ed44ddc2aeadddcec849589e23f861de9258a7 Author: Linus Lüssing linus.luessing@c0d3.blue Date: Fri Apr 19 03:02:17 2024 +0000
doc: batman-adv/Multicast-optimizations-tech
32ed44ddc2aeadddcec849589e23f861de9258a7 batman-adv/Multicast-optimizations-tech.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman-adv/Multicast-optimizations-tech.textile b/batman-adv/Multicast-optimizations-tech.textile index 8c3ee711..833fef69 100644 --- a/batman-adv/Multicast-optimizations-tech.textile +++ b/batman-adv/Multicast-optimizations-tech.textile @@ -71,7 +71,7 @@ If the total number of nodes interested in a group is:
* ... 0, then this frame can be safely dropped. * >= 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) - if the count and headroom allows it +** a [[Multicast-Packet-Type|batman-adv multicast packet]] to the according destination(s) - if the count and available headroom allows it ** batman-adv unicast packet(s) to the according destination(s) - if the count and multicast-fanout setting allows it ** [[Broadcast|batman-adv broadcast packet]] and forwarded via classic flooding to all nodes.