diff options
| author | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-04-04 14:19:54 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2025-04-04 22:15:47 +0200 |
| commit | bdd48186080effc5a710586fa006913dd541eec3 (patch) | |
| tree | e7e9a024b450f4fb2e22358768fafea68edc3240 | |
| parent | 3b9bd48e19502095c1b36963e3ee4dace170377b (diff) | |
| download | mullvadvpn-bdd48186080effc5a710586fa006913dd541eec3.tar.xz mullvadvpn-bdd48186080effc5a710586fa006913dd541eec3.zip | |
Add TODO on max_udp_payload
| -rw-r--r-- | mullvad-masque-proxy/src/client/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mullvad-masque-proxy/src/client/mod.rs b/mullvad-masque-proxy/src/client/mod.rs index e07d0f76d3..21c806c6cd 100644 --- a/mullvad-masque-proxy/src/client/mod.rs +++ b/mullvad-masque-proxy/src/client/mod.rs @@ -134,6 +134,7 @@ impl Client { client_config: ClientConfig, maximum_packet_size: u16, ) -> Result<Self> { + // TODO: Set EndpointConfig::max_udp_payload_size instead of using X-Mullvad-Uplink-Mtu let endpoint = Endpoint::client(local_addr).map_err(Error::Bind)?; let connecting = endpoint |
