Add delay to NAT-t escalation stuff to try to address GitHub issue #167

This commit is contained in:
Adam Ierymenko 2015-05-22 13:11:55 -07:00
parent b388d9fdc9
commit 196f27f1f0
2 changed files with 25 additions and 36 deletions

View file

@ -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> peer;
uint64_t fireAtTime;