mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
don't pick node for 5 minutes if declined
This commit is contained in:
parent
a96482b186
commit
d9c0f52846
2 changed files with 10 additions and 4 deletions
|
@ -51,7 +51,7 @@ namespace data
|
|||
private:
|
||||
|
||||
IdentHash m_IdentHash;
|
||||
boost::posix_time::ptime m_LastUpdateTime;
|
||||
boost::posix_time::ptime m_LastUpdateTime, m_LastDeclinedTime;
|
||||
// participation
|
||||
uint32_t m_NumTunnelsAgreed;
|
||||
uint32_t m_NumTunnelsDeclined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue