mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
drop incoming SSU2 session from duplicated router
This commit is contained in:
parent
4e5f5c218a
commit
8c0a1197d7
2 changed files with 9 additions and 7 deletions
|
@ -66,6 +66,7 @@ namespace data
|
|||
bool IsUpdated () const { return m_IsUpdated; };
|
||||
|
||||
bool IsUseful() const;
|
||||
bool IsDuplicated () const { return m_IsDuplicated; };
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue