oxen-io / lokinet

Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
https://lokinet.org/
GNU General Public License v3.0
1.76k stars 220 forks source link

wait until actually stopped to tell windows we are #2040

Closed tewinget closed 1 year ago

tewinget commented 1 year ago

We should send STOP_PENDING rather than STOPPED while we aren't yet actually stopped; STOPPED is already sent when we actually finish stopping.

Also fixes some silly argc/argv shenanigans, I think.

TODO:

tewinget commented 1 year ago

supplanted by #2045