Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Unified Diff: webrtc/api/peerconnectioninterface.h

Issue 2731813002: Add the option to disable IPv6 ICE candidates on WiFi (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/p2p/base/portallocator.h » ('j') | webrtc/p2p/base/portallocator.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/peerconnectioninterface.h
diff --git a/webrtc/api/peerconnectioninterface.h b/webrtc/api/peerconnectioninterface.h
index 165f2d5a0070c9024ac13a70b8fe28272a89c9c9..09c5e98f1df8d97a4291f5af3d1a843253d3a6e3 100644
--- a/webrtc/api/peerconnectioninterface.h
+++ b/webrtc/api/peerconnectioninterface.h
@@ -332,6 +332,12 @@ class PeerConnectionInterface : public rtc::RefCountInterface {
// experimental
bool disable_ipv6 = false;
+ // If set to true, don't gather IPv6 ICE candidates on WIFI.
Taylor Brandstetter 2017/03/05 23:45:30 nit: Spelled "Wi-Fi" or "WiFi"
Zhi Huang 2017/03/06 21:14:19 Done.
+ // This is only used on specifc devices. Certain phones disable ipv6 when
Taylor Brandstetter 2017/03/05 23:45:30 nit: Instead of "only used", maybe "only intended
Zhi Huang 2017/03/06 21:14:19 Done.
+ // the screen is turned off and it would be better to just disable it in
+ // those cases.
+ bool disable_ipv6_on_wifi = false;
+
// If set to true, use RTP data channels instead of SCTP.
// TODO(deadbeef): Remove this. We no longer commit to supporting RTP data
// channels, though some applications are still working on moving off of
« no previous file with comments | « no previous file | webrtc/p2p/base/portallocator.h » ('j') | webrtc/p2p/base/portallocator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698