MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / UpdateOutgoingToken

Method UpdateOutgoingToken

libi2pd/SSU2.cpp:1245–1248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 3

ProcessRetryMethod · 0.80
HandlePayloadMethod · 0.80
HandleRelayResponseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected