| 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 | { |
no outgoing calls
no test coverage detected