summaryrefslogtreecommitdiff
path: root/node/Switch.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-12-04 14:40:10 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-12-04 14:40:10 -0800
commit16613ab5fb5a1f6cb1271ae67e68836a1898023d (patch)
tree7645a268b922c5786985f1e4348279e2b68fa0be /node/Switch.cpp
parentc26bf45e28fcf74ce2f0adff5a67787794c30940 (diff)
downloadinfinitytier-16613ab5fb5a1f6cb1271ae67e68836a1898023d.tar.gz
infinitytier-16613ab5fb5a1f6cb1271ae67e68836a1898023d.zip
Clean up remote tracing code, add per-network remote trace settings, add remote trace level, and make local trace output readable again.
Diffstat (limited to 'node/Switch.cpp')
-rw-r--r--node/Switch.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node/Switch.cpp b/node/Switch.cpp
index a8cf0ce6..1958c43e 100644
--- a/node/Switch.cpp
+++ b/node/Switch.cpp
@@ -579,7 +579,6 @@ unsigned long Switch::doTimerTasks(void *tPtr,int64_t now)
if (_trySend(tPtr,txi->packet,txi->encrypt)) {
_txQueue.erase(txi++);
} else if ((now - txi->creationTime) > ZT_TRANSMIT_QUEUE_TIMEOUT) {
- RR->t->txTimedOut(tPtr,txi->dest);
_txQueue.erase(txi++);
} else {
if (!RR->topology->getPeer(tPtr,txi->dest))