diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-07 11:57:59 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-07 11:57:59 -0700 |
| commit | 7d62dbe9f7fa620982c71f44089d319120023e26 (patch) | |
| tree | bde1b5fdeac357899e6fde661b374cbbfcde8a23 /node/Network.cpp | |
| parent | 13f14c2f4ccdb38f033a8092f0088f62d2a17348 (diff) | |
| download | infinitytier-7d62dbe9f7fa620982c71f44089d319120023e26.tar.gz infinitytier-7d62dbe9f7fa620982c71f44089d319120023e26.zip | |
Tune NAT-t keepalives so that timing is better obeyed, clean up a build warning, and fix a potential source of network recursion (though harmless).
Diffstat (limited to 'node/Network.cpp')
| -rw-r--r-- | node/Network.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/node/Network.cpp b/node/Network.cpp index 9ce58c63..46f93241 100644 --- a/node/Network.cpp +++ b/node/Network.cpp @@ -448,7 +448,6 @@ class _AnnounceMulticastGroupsToAll public: _AnnounceMulticastGroupsToAll(const RuntimeEnvironment *renv,Network *nw) : _now(renv->node->now()), - RR(renv), _network(nw), _rootAddresses(renv->topology->rootAddresses()), _allMulticastGroups(nw->_allMulticastGroups()) @@ -458,7 +457,6 @@ public: private: uint64_t _now; - const RuntimeEnvironment *RR; Network *_network; std::vector<Address> _rootAddresses; std::vector<MulticastGroup> _allMulticastGroups; |
