summaryrefslogtreecommitdiff
path: root/node/Node.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-04 18:34:30 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-04 18:34:30 -0700
commitb4b067bf12489a0b3e701515959f81ca96a29240 (patch)
tree09896a57fc2edba22d9da2851d272cab56809c08 /node/Node.cpp
parent625ddf41a75e73e3613453e1166de19a756d7e7f (diff)
downloadinfinitytier-b4b067bf12489a0b3e701515959f81ca96a29240.tar.gz
infinitytier-b4b067bf12489a0b3e701515959f81ca96a29240.zip
So we need to keep track of external surface per reporter, since some NATs assign different external IPs for each external destination. Keeping just one known surface could create a race condition.
Diffstat (limited to 'node/Node.cpp')
-rw-r--r--node/Node.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Node.cpp b/node/Node.cpp
index 7d5bbe8b..654465e8 100644
--- a/node/Node.cpp
+++ b/node/Node.cpp
@@ -264,6 +264,7 @@ ZT1_ResultCode Node::processBackgroundTasks(uint64_t now,volatile uint64_t *next
try {
RR->topology->clean(now);
+ RR->sa->clean(now);
} catch ( ... ) {
return ZT1_RESULT_FATAL_ERROR_INTERNAL;
}