Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit e40d615f3a9edf4879e3b32b3a1d28cebc905a4b Author: Linus Lüssing linus.luessing@c0d3.blue Date: Sat Jun 19 04:29:53 2010 +0000
doc: batman-adv/Multicast-ideas
e40d615f3a9edf4879e3b32b3a1d28cebc905a4b batman-adv/Multicast-ideas.textile | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-)
diff --git a/batman-adv/Multicast-ideas.textile b/batman-adv/Multicast-ideas.textile index e2e439ca..e8da207a 100644 --- a/batman-adv/Multicast-ideas.textile +++ b/batman-adv/Multicast-ideas.textile @@ -18,7 +18,17 @@ In the beginning when an optimised distribution infrastructure has just started A multicast data packet that shall use an optimized path will still use a batman bcast_packet header, but set packet_type to BAT_MCAST.
=== mcast_pathsel_packet === - +{{{ +/* marks the path for multicast streams */ +struct mcast_pathsel_packet { + uint8_t packet_type; /* BAT_MCAST_PSEL */ + uint8_t version; /* batman version field */ + uint8_t src[6]; /* multicast mac address */ + uint8_t dest[6]; + uint8_t ttl; + uint8_t align; +} __attribute__((packed)); +}}} == Pros/Cons ==
@@ -31,7 +41,7 @@ A multicast data packet that shall use an optimized path will still use a batman === converting BAT_MCAST to unicast if just one member on path left ===
Resources: -* ADAMA -* ODMRP -* SMA -* ... \ No newline at end of file + * ADAMA + * ODMRP + * SMA + * ... \ No newline at end of file