From eeed31b39639df7e89a2e8ae641d0c3939fa4078 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 2 Feb 2015 17:02:23 -0800 Subject: Ping supernodes on surface change, and also reset TCP flag. --- node/Node.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'node/Node.cpp') 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. */ -- cgit v1.2.3