From 6888c6482cff5330568479899dd011003530ad37 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 24 Nov 2014 10:37:34 -0800 Subject: [PATCH] Re-enable legacy multicast distribution -- still too many pre1.0.0 nodes online. --- node/Multicaster.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/node/Multicaster.cpp b/node/Multicaster.cpp index 34cbabe62..1e7739e64 100644 --- a/node/Multicaster.cpp +++ b/node/Multicaster.cpp @@ -304,7 +304,6 @@ void Multicaster::send( // supernode. Our supernode then takes care of relaying it down to <1.0.0 // nodes. This code can go away (along with support for P5_MULTICAST_FRAME) // once there are no more such nodes on the network. -#if 0 { SharedPtr sn(RR->topology->getBestSupernode()); if (sn) { @@ -343,7 +342,6 @@ void Multicaster::send( sn->send(RR,outp.data(),outp.size(),now); } } -#endif } void Multicaster::clean(uint64_t now)