From 4966b9d31e09721c7fc5e1692b740298ee9409ec Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Sun, 20 Dec 2020 23:45:18 +0100 Subject: [PATCH] More details --- WINDOWS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WINDOWS.md b/WINDOWS.md index d55860b..7f4eb52 100644 --- a/WINDOWS.md +++ b/WINDOWS.md @@ -28,7 +28,8 @@ cargo build --target x86_64-pc-windows-gnu - Wrap VpnCloud as Windows service - https://github.com/mullvad/windows-service-rs -- Do not support dropping privileges under Windows +- Do not support dropping privileges or daemonizing under Windows +- Only use Ctrl-C handling under Linux ### Polling solution @@ -48,6 +49,7 @@ Problems to solve: - Synchronization is slow - Do not use locking in hot code, cache shared data locally and synchronize periodically +- Find out if this is faster/slower than current solution ### Tun/Tap devices