don't pick node for 5 minutes if declined

This commit is contained in:
orignal 2015-06-05 22:09:16 -04:00
parent a96482b186
commit d9c0f52846
2 changed files with 10 additions and 4 deletions

View file

@ -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;