summaryrefslogtreecommitdiffhomepage
path: root/test/connection-checker/src/main.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-09-15Do not crash on error in connection-checkerJoakim Hulthe1-25/+29
2025-07-10Run `cargo fmt` in test-repoSebastian Holmin1-1/+1
2024-11-18Run connection-checker against the specified API environmentDavid Lönnhager1-1/+1
2024-08-29Fix test_split_tunnelDavid Lönnhager1-1/+1
Raw ICMP isn't allowed on all platforms for unprivileged users. Instead: * Use SOCK_DGRAM, where possible * Use 'ping' command, since SOCK_DGRAM isn't allowed on some older Linux distros.
2024-04-09Run `cargo +nightly fmt`Sebastian Holmin1-2/+4
2024-03-20Test leaking TCP/UDP/ICMP packets in split tunnelJoakim Hulthe1-0/+73