diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-10-09 17:58:31 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-10-09 17:58:31 -0700 |
| commit | 4941c8a1f393c50259ae2cc0f1e8b79068d44af3 (patch) | |
| tree | 81860de8661732dd62bcc33169bf6db1b663c94d /node/OutboundMulticast.hpp | |
| parent | d5e0f7e3e453482bf6e7d6d8cb76a68ecc26b287 (diff) | |
| download | infinitytier-4941c8a1f393c50259ae2cc0f1e8b79068d44af3.tar.gz infinitytier-4941c8a1f393c50259ae2cc0f1e8b79068d44af3.zip | |
New multicast bug fixes, TRACE improvements, and temporarily disable legacy multicast for debugging purposes.
Diffstat (limited to 'node/OutboundMulticast.hpp')
| -rw-r--r-- | node/OutboundMulticast.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
