diff options
| -rw-r--r-- | mullvad-daemon/src/relays.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-daemon/src/relays.rs b/mullvad-daemon/src/relays.rs index 5a847887e0..b15e32ae07 100644 --- a/mullvad-daemon/src/relays.rs +++ b/mullvad-daemon/src/relays.rs @@ -86,7 +86,7 @@ impl RelaySelector { &mut self, constraints: &RelayConstraints, ) -> Result<(Relay, TunnelEndpoint)> { - // Highest priority preference. Where we prefer OpenVPN over UDP. But without changing + // Highest priority preference. Where we prefer OpenVPN using UDP. But without changing // any constraints that are explicitly specified. let tunnel_constraints1 = match constraints.tunnel { Constraint::Any => TunnelConstraints::OpenVpn(OpenVpnConstraints { |
