mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
use common cleanup timer for all SSU sessions
This commit is contained in:
@@ -952,6 +952,8 @@ namespace transport
|
||||
session->Failed ();
|
||||
});
|
||||
}
|
||||
else
|
||||
it.second->CleanUp ();
|
||||
ScheduleTermination ();
|
||||
}
|
||||
}
|
||||
@@ -980,6 +982,8 @@ namespace transport
|
||||
session->Failed ();
|
||||
});
|
||||
}
|
||||
else
|
||||
it.second->CleanUp ();
|
||||
ScheduleTerminationV6 ();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user