mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-14 13:18:21 +00:00
typo
This commit is contained in:
@ -445,7 +445,7 @@ unsigned long Switch::doTimerTasks(uint64_t now)
|
|||||||
} else {
|
} else {
|
||||||
// Nope, nothing yet. Time to kill some kittens.
|
// Nope, nothing yet. Time to kill some kittens.
|
||||||
if (qi->strategyIteration == 0) {
|
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);
|
qi->peer->attemptToContactAt(RR,qi->inaddr,now);
|
||||||
} else if (qi->strategyIteration <= 9) {
|
} else if (qi->strategyIteration <= 9) {
|
||||||
// Strategies 1-9: try escalating ports
|
// Strategies 1-9: try escalating ports
|
||||||
|
Reference in New Issue
Block a user