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) if (ecode != boost::asio::error::operation_aborted)
{ {
LogPrint ("SSU no activity fo ", SSU_TERMINATION_TIMEOUT, " seconds"); LogPrint ("SSU no activity fo ", SSU_TERMINATION_TIMEOUT, " seconds");
Close (); Failed ();
} }
} }