diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-03-08 16:02:38 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-03-13 17:49:29 +0100 |
| commit | 3a8d4bfc7c8cba5493e0d0aa812f1e2397fa4972 (patch) | |
| tree | 7c46400adcae64ec701f8aa8b1b3c1f48c472392 /talpid-routing | |
| parent | 72aeb6bc99cb7b332e3cfb5902b28dea5632d532 (diff) | |
| download | mullvadvpn-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.rs | 2 |
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!(); |
