1 hours expiration of RI in case of floodfill

This commit is contained in:
orignal 2015-02-24 11:58:39 -05:00
parent d08d1c9127
commit 58ebd8cc59
2 changed files with 21 additions and 6 deletions

View file

@ -32,6 +32,7 @@ namespace i2p
}
CryptoPP::RandomNumberGenerator& GetRandomNumberGenerator () { return m_Rnd; };
uint32_t GetUptime () const;
uint32_t GetStartupTime () const { return m_StartupTime; };
void UpdatePort (int port); // called from Daemon
void UpdateAddress (const boost::asio::ip::address& host); // called from SSU or Daemon