mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
memory pool for sent packets
This commit is contained in:
parent
df073bb306
commit
3e40852999
4 changed files with 19 additions and 15 deletions
|
@ -742,6 +742,7 @@ namespace transport
|
|||
}
|
||||
|
||||
m_PacketsPool.CleanUpMt ();
|
||||
m_SentPacketsPool.CleanUp ();
|
||||
ScheduleTermination ();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue