skx / simple-vpn

A simple VPN allowing mesh-like communication between nodes, over websockets
BSD 3-Clause "New" or "Revised" License
283 stars 48 forks source link

When our server goes away it should kill clients gracefully. #4

Closed skx closed 6 years ago

skx commented 6 years ago

Currently clients disconnect cleanly, but a server-exit is less forgiving. See also #3 .

skx commented 6 years ago

Clients now timeout after 2 x $heartbeat seconds.