diff options
| author | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-04-09 18:12:55 +0200 |
|---|---|---|
| committer | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-04-09 18:12:55 +0200 |
| commit | a64a885ae56d39ce4213077283409891d5aa2e94 (patch) | |
| tree | 989cc27922c2fc997e98a7a28f694e9c3ab067ba /mullvad-masque-proxy/examples | |
| parent | b925b777c7cc3398abf707d8f9680d384a0d2d68 (diff) | |
| parent | 476737ada224c69aca0554439ec971c4f7b9be9b (diff) | |
| download | mullvadvpn-a64a885ae56d39ce4213077283409891d5aa2e94.tar.xz mullvadvpn-a64a885ae56d39ce4213077283409891d5aa2e94.zip | |
Merge branch 'masque-client-multithreading'
Diffstat (limited to 'mullvad-masque-proxy/examples')
| -rw-r--r-- | mullvad-masque-proxy/examples/masque-client.rs | 2 |
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, } |
