1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-06 23:24:15 +00:00

delete inactive SSU sessions

This commit is contained in:
orignal 2014-04-07 22:26:18 -04:00
parent c30dd2639a
commit 40d5489429

View File

@ -572,7 +572,7 @@ namespace ssu
if (ecode != boost::asio::error::operation_aborted)
{
LogPrint ("SSU no activity fo ", SSU_TERMINATION_TIMEOUT, " seconds");
Close ();
Failed ();
}
}