mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-12 17:16:53 +02:00
handle I2NP messages drops
This commit is contained in:
parent
d926a31064
commit
f008478505
6 changed files with 24 additions and 4 deletions
|
@ -86,6 +86,13 @@ namespace transport
|
|||
}
|
||||
}
|
||||
|
||||
~Peer ()
|
||||
{
|
||||
// drop not sent delayed messages
|
||||
for (auto& it: delayedMessages)
|
||||
it->Drop ();
|
||||
}
|
||||
|
||||
void Done ()
|
||||
{
|
||||
for (auto& it: sessions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue