diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-22 15:33:33 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-22 15:33:33 -0700 |
| commit | 6867922d9e33cd6091a86cae6d013a7bbbd125a6 (patch) | |
| tree | b63b47cb5a1d04e554e3205a67c930e4edecadd0 /node | |
| parent | 9774f789f21c05267ef35cc35684b0a7ce2efb2a (diff) | |
| download | infinitytier-6867922d9e33cd6091a86cae6d013a7bbbd125a6.tar.gz infinitytier-6867922d9e33cd6091a86cae6d013a7bbbd125a6.zip | |
typo
Diffstat (limited to 'node')
| -rw-r--r-- | node/Switch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Switch.cpp b/node/Switch.cpp index 156878fc..aadbafa0 100644 --- a/node/Switch.cpp +++ b/node/Switch.cpp @@ -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 |
