tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit c4225ad9714e9a9b575cc2c66f2a82c8b6c1bcba
parent 6c50119778e6e55603b0cb46620f2f51a9eda0cd
Author: Max Leonard Inden <mail@max-inden.de>
Date:   Tue, 11 Nov 2025 17:05:04 +0000

Bug 1997098 - don't set Neqo datagram_size transport parameter r=necko-reviewers,sunil

Since Neqo v0.17.0 (Bug 1994955) it is set to 64k by default.

See also <https://github.com/mozilla/neqo/pull/3012>.

Differential Revision: https://phabricator.services.mozilla.com/D270508

Diffstat:
Mnetwerk/socket/neqo_glue/src/lib.rs | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/netwerk/socket/neqo_glue/src/lib.rs b/netwerk/socket/neqo_glue/src/lib.rs @@ -439,7 +439,6 @@ impl NeqoHttp3Conn { .pmtud_iface_mtu(cfg!(not(target_os = "openbsd"))) // MLKEM support is configured further below. By default, disable it. .mlkem(false) - .datagram_size(1500) .pmtud(pmtud_enabled); // Set a short timeout when fuzzing.