mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
delete invalid sessions from peers
This commit is contained in:
parent
648b09d45f
commit
8320987124
2 changed files with 8 additions and 2 deletions
|
@ -113,7 +113,8 @@ namespace transport
|
|||
virtual uint32_t GetRelayTag () const { return 0; };
|
||||
virtual void SendLocalRouterInfo (bool update = false) { SendI2NPMessages ({ CreateDatabaseStoreMsg () }); };
|
||||
virtual void SendI2NPMessages (const std::vector<std::shared_ptr<I2NPMessage> >& msgs) = 0;
|
||||
|
||||
virtual bool IsEstablished () const = 0;
|
||||
|
||||
protected:
|
||||
|
||||
std::shared_ptr<const i2p::data::IdentityEx> m_RemoteIdentity;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue