From b4b067bf12489a0b3e701515959f81ca96a29240 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 4 May 2015 18:34:30 -0700 Subject: 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. --- node/Node.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'node/Node.cpp') 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; } -- cgit v1.2.3