mirror of https://github.com/dswd/vpncloud.git
More details
This commit is contained in:
parent
39229216c9
commit
4966b9d31e
|
@ -28,7 +28,8 @@ cargo build --target x86_64-pc-windows-gnu
|
||||||
|
|
||||||
- Wrap VpnCloud as Windows service
|
- Wrap VpnCloud as Windows service
|
||||||
- https://github.com/mullvad/windows-service-rs
|
- 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
|
### Polling solution
|
||||||
|
|
||||||
|
@ -48,6 +49,7 @@ Problems to solve:
|
||||||
|
|
||||||
- Synchronization is slow
|
- Synchronization is slow
|
||||||
- Do not use locking in hot code, cache shared data locally and synchronize periodically
|
- 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
|
### Tun/Tap devices
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue