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

Unified Diff: webrtc/p2p/base/portallocator.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
Index: webrtc/p2p/base/portallocator.h
diff --git a/webrtc/p2p/base/portallocator.h b/webrtc/p2p/base/portallocator.h
index 016a7dc996b41acca85987323274637b1951a730..bf64daeb36943b6c160d275713ec4ea5ec06437a 100644
--- a/webrtc/p2p/base/portallocator.h
+++ b/webrtc/p2p/base/portallocator.h
@@ -73,6 +73,9 @@ enum {
// candidates. Doing so ensures that even if a cellular network type was not
// detected initially, it would not be used if a Wi-Fi network is present.
PORTALLOCATOR_DISABLE_COSTLY_NETWORKS = 0x2000,
+
+ // When specified, do not collect IPv6 ICE candidate on WIFI.
Taylor Brandstetter 2017/03/05 23:45:30 nit: WIFI spelling, and "candidate" should be plur
Zhi Huang 2017/03/06 21:14:19 Done.
+ PORTALLOCATOR_ENABLE_IPV6_ON_WIFI = 0x4000,
};
// Defines various reasons that have caused ICE regathering.

Powered by Google App Engine
This is Rietveld 408576698