always check profile for peer selection

This commit is contained in:
orignal 2015-04-13 18:41:19 -04:00
parent c873e9dd68
commit 76c54ffdef
4 changed files with 17 additions and 11 deletions

View file

@ -42,8 +42,8 @@ namespace data
void UpdateTime ();
bool IsAlwaysDeclining () const { return !m_NumTunnelsAgreed && m_NumTunnelsDeclined >= 5; };
bool IsNonResponding () const { return m_NumTunnelsNonReplied > 20 && !(m_NumTunnelsAgreed + m_NumTunnelsDeclined); };
bool IsLowPartcipationRate () const;
bool IsLowPartcipationRate (int elapsedTime) const;
bool IsLowReplyRate (int elapsedTime) const;
private: