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:
@@ -1140,6 +1140,7 @@ namespace transport
|
||||
if (!msg || msg->IsExpired (ts))
|
||||
{
|
||||
// drop null or expired message
|
||||
if (msg) msg->Drop ();
|
||||
m_SendQueue.pop_front ();
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user