| 660 | } |
| 661 | |
| 662 | bool SSU2Server::AddPeerTest (uint32_t nonce, std::shared_ptr<SSU2Session> aliceSession, uint64_t ts) |
| 663 | { |
| 664 | return m_PeerTests.emplace (nonce, std::pair{ aliceSession, ts }).second; |
| 665 | } |
| 666 | |
| 667 | std::shared_ptr<SSU2Session> SSU2Server::GetPeerTest (uint32_t nonce) |
| 668 | { |