summaryrefslogtreecommitdiffhomepage
path: root/talpid-wireguard/src/connectivity/mod.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-05-26Add BoringtunJoakim Hulthe1-1/+1
Co-authored-by: Joakim Hulthe <joakim.hulthe@mullvad.net> Co-authored-by: Sebastian Holmin <sebastian.holmin@mullvad.net> Co-authored-by: David Göransson <david.goransson@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net>
2025-01-23Refactor connectivity check to be asyncDavid Lönnhager1-2/+2
2024-12-20Revert `force_wireguard_handshake` because it was brokenMarkus Pettersson1-1/+1
2024-12-19Remove 'force_wireguard_handshake' on non-WindowsDavid Lönnhager1-1/+3
The firewall blocks the pinger in some circumstances
2024-12-18Force WireGuard handshake before PQ handshakeDavid Lönnhager1-3/+1
2024-11-22Check that that tunnel can serve traffic after starting a new tunnelKalle Lindström1-0/+13
- Split up "ConnectivityCheck" into more descriptive types and collect them in a new `connectivity` module. - Fix allow Wireguard-Go tunnel setup to be cancelled - Use retry param in connectivity check