mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
reset acceptor on stop of server tunnel
This commit is contained in:
parent
f875823357
commit
7f0845dfd3
@ -660,6 +660,12 @@ namespace client
|
|||||||
|
|
||||||
void I2PServerTunnel::Stop ()
|
void I2PServerTunnel::Stop ()
|
||||||
{
|
{
|
||||||
|
if (m_PortDestination)
|
||||||
|
m_PortDestination->ResetAcceptor ();
|
||||||
|
auto localDestination = GetLocalDestination ();
|
||||||
|
if (localDestination)
|
||||||
|
localDestination->StopAcceptingStreams ();
|
||||||
|
|
||||||
ClearHandlers ();
|
ClearHandlers ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user