}
logger.info("Set up UDP network interface");
final Tuple2<RSAPublicKey, RSAPrivateKey> keyPair = Tuple2.of(getRemoteNodeAddress().publicKey,
getPrivateNodeId().privateKey);
final TrNetworkInterface uni = new UdpNetworkInterface(config.udp, keyPair);
sessionMgr = new TrSessionManager(this, uni, config.capabilities.allowsUnsolicitiedInbound);
logger.info("Set up peer manager");
peerManager = new TrPeerManager(config.peers, this);