introducers in local RouterInfo

This commit is contained in:
orignal 2014-09-01 17:34:20 -04:00
parent da9c281d9a
commit 30ffda7708
4 changed files with 110 additions and 2 deletions

View file

@ -27,6 +27,8 @@ namespace i2p
void OverrideNTCPAddress (const char * host, int port); // temporary
void UpdateAddress (const char * host); // called from SSU
void AddIntroducer (const i2p::data::RouterInfo& routerInfo, uint32_t tag);
void RemoveIntroducer (uint32_t tag);
// implements LocalDestination
const i2p::data::PrivateKeys& GetPrivateKeys () const { return m_Keys; };