summaryrefslogtreecommitdiffhomepage
path: root/talpid-wireguard/src/connectivity/constants.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-01-23Refactor connectivity check to be asyncDavid Lönnhager1-2/+0
2024-11-22Check that that tunnel can serve traffic after starting a new tunnelKalle Lindström1-0/+22
- 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