// logger.warn("Don't know how to assimilate through already connected peers yet");
// }
} else if (config.topologyMaintenance) { // && !hasForwardedRecently) {
// do maintenance on topology for small world network
final int randomLocationToFind = Math.abs(TrUtils.rand.nextInt());
final TopologyMaintenanceSessionImpl tm = node.sessionMgr.getOrCreateLocalSession(TopologyMaintenanceSessionImpl.class);
tm.startTopologyMaintenance(randomLocationToFind);
}
}