|
|
@ -186,7 +186,7 @@ namespace transport |
|
|
|
void Run (); |
|
|
|
void Run (); |
|
|
|
void RequestComplete (std::shared_ptr<const i2p::data::RouterInfo> r, const i2p::data::IdentHash& ident); |
|
|
|
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, 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::list<std::shared_ptr<i2p::I2NPMessage> > msgs); |
|
|
|
void PostMessages (const i2p::data::IdentHash& ident, std::list<std::shared_ptr<i2p::I2NPMessage> >& msgs); |
|
|
|
bool ConnectToPeer (const i2p::data::IdentHash& ident, std::shared_ptr<Peer> peer); |
|
|
|
bool ConnectToPeer (const i2p::data::IdentHash& ident, std::shared_ptr<Peer> peer); |
|
|
|
void SetPriority (std::shared_ptr<Peer> peer) const; |
|
|
|
void SetPriority (std::shared_ptr<Peer> peer) const; |
|
|
|
void HandlePeerCleanupTimer (const boost::system::error_code& ecode); |
|
|
|
void HandlePeerCleanupTimer (const boost::system::error_code& ecode); |
|
|
|