LogPrint(eLogWarning,"SSU2: Peer test nonce ",it->first," was not responded in ",SSU2_PEER_TEST_EXPIRATION_TIMEOUT," seconds, deleted");
LogPrint(eLogWarning,"SSU2: Peer test nonce ",it->first," was not responded in ",SSU2_PEER_TEST_EXPIRATION_TIMEOUT," seconds or session invalid. Deleted");
std::unordered_map<uint32_t,std::pair<std::shared_ptr<SSU2Session>,uint64_t>>m_RelaySessions;// nonce->(Alice, timestamp) for Bob or nonce->(Charlie, timestamp) for Alice
std::unordered_map<uint32_t,std::pair<std::shared_ptr<SSU2Session>,uint64_t>>m_PeerTests;// same as for relay sessions
std::unordered_map<uint32_t,std::pair<std::weak_ptr<SSU2Session>,uint64_t>>m_PeerTests;// nonce->(Alice, timestamp). We are Bob