show I2CP local destinations

This commit is contained in:
orignal 2016-11-17 13:10:29 -05:00
parent 1dfa09cda9
commit 058120d001
3 changed files with 97 additions and 66 deletions

View file

@ -66,6 +66,7 @@ namespace client
AddressBook& GetAddressBook () { return m_AddressBook; };
const SAMBridge * GetSAMBridge () const { return m_SamBridge; };
const I2CPServer * GetI2CPServer () const { return m_I2CPServer; };
std::vector<std::shared_ptr<DatagramSessionInfo> > GetForwardInfosFor(const i2p::data::IdentHash & destination);