Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-09-14,master
commit d4f11398ca7279071a19678e48962ee626365920 Author: Linus Lüssing linus.luessing@c0d3.blue Date: Thu Aug 1 20:07:11 2019 +0000
doc: batman-adv/Multicast-optimizations-tech
d4f11398ca7279071a19678e48962ee626365920 batman-adv/Multicast-optimizations-tech.textile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/batman-adv/Multicast-optimizations-tech.textile b/batman-adv/Multicast-optimizations-tech.textile index 35e4d41..7d5da78 100644 --- a/batman-adv/Multicast-optimizations-tech.textile +++ b/batman-adv/Multicast-optimizations-tech.textile @@ -110,9 +110,8 @@ h2. Next Steps / Roadmap * optimization for groups with two or more members: ** many-to-some: implement batman-adv multicast packet type supporting a list of destination addresses (to reduce ICMPv6 overhead like Neighbor Solicitation Messages, Router Solicitation Messages, MLD Reports, ...) ** some-to-many / streaming: implement path tracking and use these patches (see [[Multicast-ideas-updated]]) - * implement "Multicast Router Discovery":https://tools.ietf.org/search/rfc4286 to support scopes greater than link-local, too + * integrate bridge's "Multicast Router Discovery":https://tools.ietf.org/search/rfc4286 to properly support scopes greater than link-local * implement some faster listener roaming mechanism for bridged in hosts (for instance announce (multicast-address, source address) pairs and use general TT roaming mechanism) - * perform multicast listener adition/reduction via TT immediately instead of every OGM interval to reduce join/leave latency in setups with a slow OGM interval * implement source-specific multicast in Linux bridge and batman-adv * multicast TT announcements and forwarding have to be performed per VLAN * ...