mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-18 21:16:54 +02:00
typo
This commit is contained in:
parent
9774f789f2
commit
6867922d9e
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ unsigned long Switch::doTimerTasks(uint64_t now)
|
|||
} else {
|
||||
// Nope, nothing yet. Time to kill some kittens.
|
||||
if (qi->strategyIteration == 0) {
|
||||
// First stragegy: send packet directly (we already tried this but try again)
|
||||
// First strategy: send packet directly (we already tried this but try again)
|
||||
qi->peer->attemptToContactAt(RR,qi->inaddr,now);
|
||||
} else if (qi->strategyIteration <= 9) {
|
||||
// Strategies 1-9: try escalating ports
|
||||
|
|
Loading…
Add table
Reference in a new issue