tor-browser

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

commit 508afdcc5f4df04c7307611be5a321e53ed40740
parent f8ed40dbde188347865e8df1c5e3f22ace396af8
Author: Max Leonard Inden <mail@max-inden.de>
Date:   Fri, 28 Nov 2025 17:17:40 +0000

Bug 2003038 - Enable PMTUD on Nightly only r=kershaw

> Bug 1909910 enabled QUIC PMTUD. We see some elevated packet loss. Thus I would
> like to refine it to Nightly for now, not having it ride the trains to Beta and
> Release quite yet.

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

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -15516,7 +15516,7 @@ # Whether to enable Packetization Layer Path MTU Discovery. - name: network.http.http3.pmtud type: RelaxedAtomicBool - value: true + value: @IS_NIGHTLY_BUILD@ mirror: always rust: true