Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graceful shutdown for Android and QT GUI must stop as soon as no transit #9

Open
orignal opened this issue Aug 7, 2018 · 3 comments
Assignees

Comments

@orignal
Copy link
Contributor

orignal commented Aug 7, 2018

but not later than 10 minutes

The code for Unix
if (gracefulShutdownInterval <= 0 || i2p::tunnel::tunnels.CountTransitTunnels() <= 0)
{
LogPrint(eLogInfo, "Graceful shutdown");
return;
}

@nonlin-lin-chaos-order-etc-etal
Copy link
Member

same for qt gui

@r4sas r4sas changed the title Graceful shutdown for Android must stop as soon as no transit Graceful shutdown for Android and QT GUI must stop as soon as no transit Aug 7, 2018
@r4sas
Copy link
Member

r4sas commented Apr 28, 2020

Android part is done in PurpleI2P/i2pd@c0de945

@r4sas r4sas transferred this issue from PurpleI2P/i2pd Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants