Add delay to NAT-t escalation stuff to try to address GitHub issue #167
This commit is contained in:
parent
b388d9fdc9
commit
196f27f1f0
2 changed files with 25 additions and 36 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue