mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
uin32_t for elapsed time
This commit is contained in:
@@ -42,8 +42,8 @@ namespace data
|
||||
void UpdateTime ();
|
||||
|
||||
bool IsAlwaysDeclining () const { return !m_NumTunnelsAgreed && m_NumTunnelsDeclined >= 5; };
|
||||
bool IsLowPartcipationRate (int elapsedTime) const;
|
||||
bool IsLowReplyRate (int elapsedTime) const;
|
||||
bool IsLowPartcipationRate (uint32_t elapsedTime) const;
|
||||
bool IsLowReplyRate (uint32_t elapsedTime) const;
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user