initial filtration of bad peers

This commit is contained in:
orignal 2015-03-27 20:34:31 -04:00
parent 5f199432f0
commit 577ba9b397
2 changed files with 8 additions and 1 deletions

View file

@ -24,6 +24,8 @@ namespace data
void Save ();
void Load ();
bool IsBad () const { return !m_NumTunnelsAgreed && m_NumTunnelsDeclined >= 5; };
void TunnelBuildResponse (uint8_t ret);