mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
initial filtration of bad peers
This commit is contained in:
@@ -24,6 +24,8 @@ namespace data
|
||||
|
||||
void Save ();
|
||||
void Load ();
|
||||
|
||||
bool IsBad () const { return !m_NumTunnelsAgreed && m_NumTunnelsDeclined >= 5; };
|
||||
|
||||
void TunnelBuildResponse (uint8_t ret);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user