summaryrefslogtreecommitdiff
path: root/node/Node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Node.cpp')
-rw-r--r--node/Node.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/node/Node.cpp b/node/Node.cpp
index 8999642b..9eff2056 100644
--- a/node/Node.cpp
+++ b/node/Node.cpp
@@ -468,12 +468,7 @@ Node::ReasonForTermination Node::run()
}
if (resynchronize) {
- /* Send NOP to all peers on resynchronize, directly to supernodes and
- * indirectly to regular nodes (to trigger RENDEZVOUS). Also clear
- * learned paths since they're likely no longer valid, and close
- * TCP sockets since they're also likely invalid. */
RR->sm->closeTcpSockets();
- RR->topology->eachPeer(Topology::ResetActivePeers(RR,now));
} else {
/* Periodically check for changes in our local multicast subscriptions
* and broadcast those changes to directly connected peers. */