summaryrefslogtreecommitdiffhomepage
path: root/talpid-routing
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-03-08 16:02:38 +0100
committerDavid Lönnhager <david.l@mullvad.net>2024-03-13 17:49:29 +0100
commit3a8d4bfc7c8cba5493e0d0aa812f1e2397fa4972 (patch)
tree7c46400adcae64ec701f8aa8b1b3c1f48c472392 /talpid-routing
parent72aeb6bc99cb7b332e3cfb5902b28dea5632d532 (diff)
downloadmullvadvpn-3a8d4bfc7c8cba5493e0d0aa812f1e2397fa4972.tar.xz
mullvadvpn-3a8d4bfc7c8cba5493e0d0aa812f1e2397fa4972.zip
Hide wait_for_response
Diffstat (limited to 'talpid-routing')
-rw-r--r--talpid-routing/src/unix/macos/routing_socket.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-routing/src/unix/macos/routing_socket.rs b/talpid-routing/src/unix/macos/routing_socket.rs
index 142e9b0aa3..f4d4981725 100644
--- a/talpid-routing/src/unix/macos/routing_socket.rs
+++ b/talpid-routing/src/unix/macos/routing_socket.rs
@@ -102,7 +102,7 @@ impl RoutingSocket {
}
}
- pub async fn wait_for_response(&mut self, response_num: i32) -> Result<Vec<u8>> {
+ async fn wait_for_response(&mut self, response_num: i32) -> Result<Vec<u8>> {
loop {
talpid_types::detect_flood!();