From 196f27f1f0b0e4162c9e57d9dfe07509d8e28370 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 22 May 2015 13:11:55 -0700 Subject: Add delay to NAT-t escalation stuff to try to address GitHub issue #167 --- node/Switch.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Switch.hpp') diff --git a/node/Switch.hpp b/node/Switch.hpp index 0b748247..e944c843 100644 --- a/node/Switch.hpp +++ b/node/Switch.hpp @@ -250,7 +250,7 @@ private: peer(p), fireAtTime(ft), inaddr(a), - strategyIteration(1) {} // start with 2nd strategy, since first was tried at inception + strategyIteration(0) {} SharedPtr peer; uint64_t fireAtTime; -- cgit v1.2.3