Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Author: EKR <ekr@rtfm.com>
Date: Fri Dec 23 15:08:13 2016 -0800
Fix issue with channel_id
Change-Id: I9df8c31e33adaebf2b2a072010aeab49755b653b
diff --git a/ssl/test/bssl_shim.cc b/ssl/test/bssl_shim.cc
index 7af8549..a37d4a7 100644
--- a/ssl/test/bssl_shim.cc
+++ b/ssl/test/bssl_shim.cc
@ekr
ekr / gist:5868070
Created June 26, 2013 14:58
Default ICE servers
diff --git a/dom/media/PeerConnection.js b/dom/media/PeerConnection.js
--- a/dom/media/PeerConnection.js
+++ b/dom/media/PeerConnection.js
@@ -266,17 +266,19 @@ RTCPeerConnection.prototype = {
classID: PC_CID,
contractID: PC_CONTRACT,
QueryInterface: XPCOMUtils.generateQI([Ci.nsISupports,
Ci.nsIDOMGlobalPropertyInitializer,
Ci.nsISupportsWeakReference]),
init: function(win) { this._win = win; },
diff -r 92e03174b1a4 media/mtransport/nricectx.cpp
--- a/media/mtransport/nricectx.cpp Tue Jun 11 13:56:45 2013 -0700
+++ b/media/mtransport/nricectx.cpp Tue Jun 11 14:20:12 2013 -0700
@@ -351,7 +351,7 @@
NR_reg_set_uchar((char *)"ice.pref.interface.wlan0", 232);
}
- NR_reg_set_uint4((char *)"stun.client.maximum_transmits",4);
+ NR_reg_set_uint4((char *)"stun.client.maximum_transmits",7);
}