mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
NTCP2 idle timeout
This commit is contained in:
parent
50cd321818
commit
4cf79088f9
1 changed files with 1 additions and 0 deletions
|
@ -942,6 +942,7 @@ namespace transport
|
|||
if (m_IsRunning)
|
||||
{
|
||||
m_IsRunning = false;
|
||||
m_TerminationTimer.cancel ();
|
||||
m_Service.stop ();
|
||||
if (m_Thread)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue