Chromium Code Reviews| 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. |