mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
1 hours expiration of RI in case of floodfill
This commit is contained in:
parent
d08d1c9127
commit
58ebd8cc59
2 changed files with 21 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue