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

Method RequestRemoveSession

libi2pd/SSU2.cpp:533–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531 }
532
533 void SSU2Server::RequestRemoveSession (uint64_t connID)
534 {
535 boost::asio::post (GetService (), [connID, this]() { RemoveSession (connID); });
536 }
537
538 void SSU2Server::AddSessionByRouterHash (std::shared_ptr<SSU2Session> session)
539 {

Callers 2

HandlePeerTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected