summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-10-02 13:00:32 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-10-09 11:02:02 +0200
commitfef21e6e28a839d8453d5be1d73be401ff22c26c (patch)
tree2935c67060f37c8893078487c09613c7c025cc00
parent8cfcae2c7d7148d55a4812df420a0aa6a9d4d7d4 (diff)
downloadmullvadvpn-fef21e6e28a839d8453d5be1d73be401ff22c26c.tar.xz
mullvadvpn-fef21e6e28a839d8453d5be1d73be401ff22c26c.zip
Enable lwo in the relay selector
-rw-r--r--mullvad-relay-selector/src/relay_selector/mod.rs1
-rw-r--r--mullvad-relay-selector/tests/relay_selector.rs1
2 files changed, 0 insertions, 2 deletions
diff --git a/mullvad-relay-selector/src/relay_selector/mod.rs b/mullvad-relay-selector/src/relay_selector/mod.rs
index 2bf71877da..dc454a2cfd 100644
--- a/mullvad-relay-selector/src/relay_selector/mod.rs
+++ b/mullvad-relay-selector/src/relay_selector/mod.rs
@@ -80,7 +80,6 @@ pub static WIREGUARD_RETRY_ORDER: LazyLock<Vec<RelayQuery>> = LazyLock::new(|| {
.ip_version(IpVersion::V6)
.build(),
// 7
- #[cfg(not(target_os = "android"))]
RelayQueryBuilder::wireguard().lwo().build(),
]
});
diff --git a/mullvad-relay-selector/tests/relay_selector.rs b/mullvad-relay-selector/tests/relay_selector.rs
index e1c786b7e3..7f35ff7084 100644
--- a/mullvad-relay-selector/tests/relay_selector.rs
+++ b/mullvad-relay-selector/tests/relay_selector.rs
@@ -340,7 +340,6 @@ fn assert_wireguard_retry_order() {
.ip_version(IpVersion::V6)
.build(),
// 7
- #[cfg(not(target_os = "android"))]
RelayQueryBuilder::wireguard().lwo().build(),
];