| 1703 | } |
| 1704 | |
| 1705 | void NTCP2Session::SendLocalRouterInfo (bool update) |
| 1706 | { |
| 1707 | if (update || !IsOutgoing ()) // we send it in SessionConfirmed for outgoing session |
| 1708 | boost::asio::post (m_Server.GetService (), std::bind (&NTCP2Session::SendRouterInfo, shared_from_this ())); |
| 1709 | } |
| 1710 | |
| 1711 | i2p::data::RouterInfo::SupportedTransports NTCP2Session::GetTransportType () const |
| 1712 | { |
no outgoing calls
no test coverage detected