Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-09-14,master
commit 2beb1e9428331be504a211833097c9bc2c9765af Author: Linus Lüssing linus.luessing@c0d3.blue Date: Thu Aug 1 19:02:49 2019 +0000
doc: batman-adv/Multicast-optimizations
2beb1e9428331be504a211833097c9bc2c9765af batman-adv/Multicast-optimizations.textile | 6 +++--- batman-adv/basic-multicast-single-receiver.dia | Bin 1937 -> 0 bytes batman-adv/basic-multicast-single-receiver.png | Bin 55612 -> 0 bytes 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/batman-adv/Multicast-optimizations.textile b/batman-adv/Multicast-optimizations.textile index f2c081f..f44514e 100644 --- a/batman-adv/Multicast-optimizations.textile +++ b/batman-adv/Multicast-optimizations.textile @@ -18,11 +18,11 @@ h3. Discards IPv4/IPv6 packets with no multicast listener
batman-adv detects whether there are any potential IPv4/IPv6 multicast listeners interested in traffic to the given multicast destination address. If not then the packet is never forwarded into the mesh network.
-h3. Forwards IPv4/IPv6 packets with a single multicast listener via unicast +h3. Forwards IPv4/IPv6 packets with a some multicast listeners via unicasts
-!{width: 66%;}basic-multicast-single-receiver.png! +!{width: 66%;}basic-multicast-multiple-receivers.png!
-If a single multicast listener was detected then the packet is forwarded directly to the corresponding batman-adv node. +If there is an amount of multicast listeners smaller or equal to the (configurable) multicast-fanout parameter (default: 16) then the packet is forwarded via individual multicast transmissions.
h3. Limitations
diff --git a/batman-adv/basic-multicast-single-receiver.dia b/batman-adv/basic-multicast-single-receiver.dia deleted file mode 100644 index ab9ce40..0000000 Binary files a/batman-adv/basic-multicast-single-receiver.dia and /dev/null differ diff --git a/batman-adv/basic-multicast-single-receiver.png b/batman-adv/basic-multicast-single-receiver.png deleted file mode 100644 index 85e3da2..0000000 Binary files a/batman-adv/basic-multicast-single-receiver.png and /dev/null differ