Browse Source

NTCP2 idle timeout

pull/1221/head
orignal 6 years ago
parent
commit
4cf79088f9
  1. 1
      libi2pd/NTCP2.cpp

1
libi2pd/NTCP2.cpp

@ -942,6 +942,7 @@ namespace transport @@ -942,6 +942,7 @@ namespace transport
if (m_IsRunning)
{
m_IsRunning = false;
m_TerminationTimer.cancel ();
m_Service.stop ();
if (m_Thread)
{

Loading…
Cancel
Save