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).

This commit is contained in:
Adam Ierymenko 2015-10-07 11:57:59 -07:00
parent 13f14c2f4c
commit 7d62dbe9f7
3 changed files with 6 additions and 5 deletions

View file

@ -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;