More details

windows
Dennis Schwerdel 2020-12-20 23:45:18 +01:00
parent 39229216c9
commit 4966b9d31e
1 changed files with 3 additions and 1 deletions

View File

@ -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