Repository : ssh://git@diktynna/doc
On branches: backup-redmine/2023-01-14,main
commit 0e4f97fef50742ddce64e53373480112d4a8fce4 Author: Linus L��ssing linus.luessing@c0d3.blue Date: Tue Dec 27 08:49:37 2022 +0000
doc: batman-adv/Multicast-Packet-Type
0e4f97fef50742ddce64e53373480112d4a8fce4 batman-adv/Multicast-Packet-Type.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman-adv/Multicast-Packet-Type.textile b/batman-adv/Multicast-Packet-Type.textile index a45b4ac6..8293ab23 100644 --- a/batman-adv/Multicast-Packet-Type.textile +++ b/batman-adv/Multicast-Packet-Type.textile @@ -104,7 +104,7 @@ __"$ batctl statistics"__ can be used to check if the batman-adv multicast packe
h2. Extensibility
-Using an optional TVLV for receiver indication allows more flexibility between the data and control plane, to increase the number of receiving node and/or reducing overhead in the future. +Using an optional TVLV for receiver indication allows more flexibility between the data and control plane, to increase the number of receiving nodes and/or reducing overhead in the future.
For instance a forwarding node could cache the destinations in the tracker TVLV with a hash in a _key:hash([dests]) -> [dests]_ database. And a sender could prefill this database by sending a multicast packet with a tracker TVLV, but without the actual payload data. Then a sender could later use a more compact tracker TVLV variant which only contains the _hash([dests])_ next to the payload data.