mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-17 04:41:48 +02:00
initial filtration of bad peers
This commit is contained in:
parent
5f199432f0
commit
577ba9b397
2 changed files with 8 additions and 1 deletions
|
@ -24,6 +24,8 @@ namespace data
|
|||
|
||||
void Save ();
|
||||
void Load ();
|
||||
|
||||
bool IsBad () const { return !m_NumTunnelsAgreed && m_NumTunnelsDeclined >= 5; };
|
||||
|
||||
void TunnelBuildResponse (uint8_t ret);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue