|
|
|
@ -105,7 +105,7 @@ namespace transport
@@ -105,7 +105,7 @@ namespace transport
|
|
|
|
|
|
|
|
|
|
void Run (); |
|
|
|
|
void RequestComplete (std::shared_ptr<const i2p::data::RouterInfo> r, const i2p::data::IdentHash& ident); |
|
|
|
|
void HandleRequestComplete (std::shared_ptr<const i2p::data::RouterInfo> r, const i2p::data::IdentHash& ident); |
|
|
|
|
void HandleRequestComplete (std::shared_ptr<const i2p::data::RouterInfo> r, i2p::data::IdentHash ident); |
|
|
|
|
void PostMessages (i2p::data::IdentHash ident, std::vector<std::shared_ptr<i2p::I2NPMessage> > msgs); |
|
|
|
|
void PostCloseSession (std::shared_ptr<const i2p::data::RouterInfo> router); |
|
|
|
|
bool ConnectToPeer (const i2p::data::IdentHash& ident, Peer& peer); |
|
|
|
|