|
|
|
@ -92,7 +92,6 @@ namespace transport
@@ -92,7 +92,6 @@ namespace transport
|
|
|
|
|
|
|
|
|
|
void SendMessage (const i2p::data::IdentHash& ident, std::shared_ptr<i2p::I2NPMessage> msg); |
|
|
|
|
void SendMessages (const i2p::data::IdentHash& ident, const std::vector<std::shared_ptr<i2p::I2NPMessage> >& msgs); |
|
|
|
|
void CloseSession (std::shared_ptr<const i2p::data::RouterInfo> router); |
|
|
|
|
|
|
|
|
|
void PeerConnected (std::shared_ptr<TransportSession> session); |
|
|
|
|
void PeerDisconnected (std::shared_ptr<TransportSession> session); |
|
|
|
@ -131,7 +130,6 @@ namespace transport
@@ -131,7 +130,6 @@ namespace transport
|
|
|
|
|
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 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); |
|
|
|
|
void HandlePeerCleanupTimer (const boost::system::error_code& ecode); |
|
|
|
|
void HandlePeerTestTimer (const boost::system::error_code& ecode); |
|
|
|
|