mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
handle I2NP messages drops
This commit is contained in:
parent
d926a31064
commit
f008478505
6 changed files with 24 additions and 4 deletions
|
@ -382,6 +382,7 @@ namespace transport
|
|||
if (!msg || msg->IsExpired (ts))
|
||||
{
|
||||
// drop null or expired message
|
||||
if (msg) msg->Drop ();
|
||||
m_SendQueue.pop_front ();
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue