|
|
@ -101,6 +101,8 @@ namespace client |
|
|
|
{ return std::static_pointer_cast<I2CPDestination>(shared_from_this ()); } |
|
|
|
{ return std::static_pointer_cast<I2CPDestination>(shared_from_this ()); } |
|
|
|
bool SendMsg (std::shared_ptr<I2NPMessage> msg, std::shared_ptr<const i2p::data::LeaseSet> remote); |
|
|
|
bool SendMsg (std::shared_ptr<I2NPMessage> msg, std::shared_ptr<const i2p::data::LeaseSet> remote); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void PostCreateNewLeaseSet (std::vector<std::shared_ptr<i2p::tunnel::InboundTunnel> > tunnels); |
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
|
|
|
|
|
|
|
|
std::shared_ptr<I2CPSession> m_Owner; |
|
|
|
std::shared_ptr<I2CPSession> m_Owner; |
|
|
|