diff options
Diffstat (limited to 'mullvad-masque-proxy/tests/proxy.rs')
| -rw-r--r-- | mullvad-masque-proxy/tests/proxy.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mullvad-masque-proxy/tests/proxy.rs b/mullvad-masque-proxy/tests/proxy.rs index b8681166c1..03da76f572 100644 --- a/mullvad-masque-proxy/tests/proxy.rs +++ b/mullvad-masque-proxy/tests/proxy.rs @@ -178,7 +178,6 @@ async fn setup_masque(mtu: u16) -> anyhow::Result<(UdpSocket, UdpSocket)> { .server_addr(masque_server_addr) .server_host(HOST.to_owned()) .target_addr(target_udp_addr) - .mtu(mtu) .idle_timeout(Some(Duration::from_secs(10))) .auth_header(Some("Bearer test".to_owned())) .build(); |
