summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoakim Hulthe <joakim.hulthe@mullvad.net>2025-04-07 16:37:39 +0200
committerJoakim Hulthe <joakim.hulthe@mullvad.net>2025-04-09 18:02:55 +0200
commit2ffbbb9aa5581a78470b4c21b8d212e2e13e6ef0 (patch)
tree2ed087703867c3ab5bf14f7e677e4bf87b657a8f
parent959d55b72868b492a9992f237360581e93bbf874 (diff)
downloadmullvadvpn-2ffbbb9aa5581a78470b4c21b8d212e2e13e6ef0.tar.xz
mullvadvpn-2ffbbb9aa5581a78470b4c21b8d212e2e13e6ef0.zip
Raise maximum_packet_size to 1280 in masque-client
-rw-r--r--mullvad-masque-proxy/examples/masque-client.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-masque-proxy/examples/masque-client.rs b/mullvad-masque-proxy/examples/masque-client.rs
index 6005e1f5f4..893c0e7ffc 100644
--- a/mullvad-masque-proxy/examples/masque-client.rs
+++ b/mullvad-masque-proxy/examples/masque-client.rs
@@ -26,7 +26,7 @@ pub struct ClientArgs {
#[arg(long, short = 'p', default_value = "0")]
bind_port: u16,
- #[arg(long, short = 'S', default_value = "1000")]
+ #[arg(long, short = 'S', default_value = "1280")]
maximum_packet_size: u16,
}