From 4941c8a1f393c50259ae2cc0f1e8b79068d44af3 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 9 Oct 2014 17:58:31 -0700 Subject: New multicast bug fixes, TRACE improvements, and temporarily disable legacy multicast for debugging purposes. --- node/OutboundMulticast.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node/OutboundMulticast.hpp') diff --git a/node/OutboundMulticast.hpp b/node/OutboundMulticast.hpp index 14d5a5bc..ab0aae55 100644 --- a/node/OutboundMulticast.hpp +++ b/node/OutboundMulticast.hpp @@ -62,8 +62,8 @@ public: /** * Initialize outbound multicast * + * @param RR Runtime environment * @param timestamp Creation time - * @param self My ZeroTier address * @param nwid Network ID * @param com Certificate of membership or NULL if none available * @param limit Multicast limit for desired number of packets to send @@ -76,8 +76,8 @@ public: * @throws std::out_of_range Data too large to fit in a MULTICAST_FRAME */ void init( + const RuntimeEnvironment *RR, uint64_t timestamp, - const Address &self, uint64_t nwid, const CertificateOfMembership *com, unsigned int limit, -- cgit v1.2.3