lookup always takes full address from LeaseSet

This commit is contained in:
orignal 2015-04-06 12:22:13 -04:00
parent be301dc090
commit fbe4e64e44
2 changed files with 27 additions and 4 deletions

1
BOB.h
View file

@ -127,6 +127,7 @@ namespace client
void CreateInboundTunnel (int port);
void CreateOutboundTunnel (const std::string& address, int port, bool quiet);
const i2p::data::PrivateKeys& GetKeys () const { return m_LocalDestination->GetPrivateKeys (); };
std::shared_ptr<ClientDestination> GetLocalDestination () const { return m_LocalDestination; };
private: