Skip to content

Commit

Permalink
Bug 1884140: Allow the use of DTLS 1.3 on release/beta. r=mjf
Browse files Browse the repository at this point in the history
Depends on D208147

Differential Revision: https://phabricator.services.mozilla.com/D208148
  • Loading branch information
docfaraday committed Apr 24, 2024
1 parent d4fc5b1 commit 93d0f5c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions modules/libpref/init/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,12 +345,8 @@ pref("media.videocontrols.keyboard-tab-to-all-controls", true);
#endif

// 770 = DTLS 1.0, 771 = DTLS 1.2, 772 = DTLS 1.3
pref("media.peerconnection.dtls.version.min", 771);
#ifdef NIGHTLY_BUILD
pref("media.peerconnection.dtls.version.min", 771);
pref("media.peerconnection.dtls.version.max", 772);
#else
pref("media.peerconnection.dtls.version.max", 771);
#endif

// These values (aec, agc, and noise) are from:
// third_party/libwebrtc/modules/audio_processing/include/audio_processing.h
Expand Down

0 comments on commit 93d0f5c

Please sign in to comment.