From 02df66c911be12f46018ae0346ddaddca4f2453c Mon Sep 17 00:00:00 2001 From: Vladislav Mamon Date: Mon, 26 Feb 2024 20:35:29 +0300 Subject: [PATCH] chore: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c534185..12ad6d3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ CLI that helps to filter Mullvad servers and pick the closest one. - [x] Used protocol: OpenVPN or WireGuard; - [x] Distance from the current location; -Pinging is done using TCP iRTT, not ICMP echoes. Reasons: +Pinging is done using TCP, not ICMP. Reasons: - ICMP pinging turned out to be harder to implement, so I've decided to use TCP. - ICMP requires raw sockets and, consequently, elevated priviliges on Linux/macOS.