resume idling cleint tunnel upon accepting new connecton

This commit is contained in:
orignal
2026-04-06 15:59:01 -04:00
parent caf36cb638
commit 8bf34aacf6
+1
View File
@@ -637,6 +637,7 @@ namespace client
void I2PClientTunnelHandler::Handle()
{
GetOwner ()->UpdateLastActivityTime ();
GetOwner()->CreateStream (
std::bind (&I2PClientTunnelHandler::HandleStreamRequestComplete, shared_from_this(), std::placeholders::_1),
m_Address, m_DestinationPort);