summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
Diffstat (limited to 'node')
-rw-r--r--node/Switch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Switch.cpp b/node/Switch.cpp
index 3d9ef5b1..18935ce5 100644
--- a/node/Switch.cpp
+++ b/node/Switch.cpp
@@ -470,7 +470,7 @@ unsigned long Switch::doTimerTasks(uint64_t now)
if (p < 0xffff) {
tmpaddr.setPort((unsigned int)p);
qi->peer->attemptToContactAt(RR,tmpaddr,now);
- } else qi->strategyIteration = 9;
+ } else qi->strategyIteration = 5;
} else {
// All strategies tried, expire entry
_contactQueue.erase(qi++);