mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01: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)
|
if (m_IsRunning)
|
||||||
{
|
{
|
||||||
m_IsRunning = false;
|
m_IsRunning = false;
|
||||||
|
m_TerminationTimer.cancel ();
|
||||||
m_Service.stop ();
|
m_Service.stop ();
|
||||||
if (m_Thread)
|
if (m_Thread)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue