mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 02:54:01 +01: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 ()
|
||||
{
|
||||
if (m_PortDestination)
|
||||
m_PortDestination->ResetAcceptor ();
|
||||
auto localDestination = GetLocalDestination ();
|
||||
if (localDestination)
|
||||
localDestination->StopAcceptingStreams ();
|
||||
|
||||
ClearHandlers ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue