mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-10 01:01:02 +00:00
NTCP2 idle timeout
This commit is contained in:
parent
50cd321818
commit
4cf79088f9
@ -942,6 +942,7 @@ namespace transport
|
||||
if (m_IsRunning)
|
||||
{
|
||||
m_IsRunning = false;
|
||||
m_TerminationTimer.cancel ();
|
||||
m_Service.stop ();
|
||||
if (m_Thread)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user