mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
handle I2NP messages drops
This commit is contained in:
@@ -86,6 +86,13 @@ namespace transport
|
||||
}
|
||||
}
|
||||
|
||||
~Peer ()
|
||||
{
|
||||
// drop not sent delayed messages
|
||||
for (auto& it: delayedMessages)
|
||||
it->Drop ();
|
||||
}
|
||||
|
||||
void Done ()
|
||||
{
|
||||
for (auto& it: sessions)
|
||||
|
||||
Reference in New Issue
Block a user