From 8607aa7c3c0a24c3161b605e5195bfd5a7ad1258 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 30 Sep 2014 08:38:03 -0700 Subject: Everything in for new multicast except IncomingPacket parsing... --- node/Network.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'node/Network.cpp') diff --git a/node/Network.cpp b/node/Network.cpp index 18fbb624..ac3e9073 100644 --- a/node/Network.cpp +++ b/node/Network.cpp @@ -453,7 +453,8 @@ void Network::_CBhandleTapData(void *arg,const MAC &from,const MAC &to,unsigned void Network::_pushMembershipCertificate(const Address &peer,bool force,uint64_t now) { - // assumes _lock is locked + // assumes _lock is locked and _config is not null + uint64_t pushTimeout = _config->com().timestampMaxDelta() / 2; // Zero means we're still waiting on our own cert -- cgit v1.2.3