mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-04-28 14:55:44 +00:00
resume idling cleint tunnel upon accepting new connecton
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user