From 4303376ba6f1bb597cf9cc9a0a3b85dbb247a13b Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 26 Nov 2014 13:30:00 -0800 Subject: [PATCH] cleanup and docs --- node/Multicaster.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/node/Multicaster.cpp b/node/Multicaster.cpp index 9955ce887..b9b4d5e0e 100644 --- a/node/Multicaster.cpp +++ b/node/Multicaster.cpp @@ -273,6 +273,10 @@ void Multicaster::send( delete [] indexes; #ifdef ZT_SUPPORT_LEGACY_MULTICAST + // This sends a P5 multicast up to our supernode, who then + // redistributes it manually down to all <1.0.0 peers for + // legacy support. These peers don't support the new multicast + // frame type, so even if they receive it they will ignore it. { SharedPtr sn(RR->topology->getBestSupernode()); if (sn) {