| 1243 | } |
| 1244 | |
| 1245 | void SSU2Server::UpdateOutgoingToken (const boost::asio::ip::udp::endpoint& ep, uint64_t token, uint32_t exp) |
| 1246 | { |
| 1247 | m_OutgoingTokens[ep] = {token, exp}; |
| 1248 | } |
| 1249 | |
| 1250 | uint64_t SSU2Server::FindOutgoingToken (const boost::asio::ip::udp::endpoint& ep) |
| 1251 | { |
no outgoing calls
no test coverage detected