Index: webrtc/p2p/base/portallocator.h |
diff --git a/webrtc/p2p/base/portallocator.h b/webrtc/p2p/base/portallocator.h |
index 6d9680e26a5e52fa42fba7c8bb83857df26bc66d..c89684727b72c475df46f770fe3845934d70dbcb 100644 |
--- a/webrtc/p2p/base/portallocator.h |
+++ b/webrtc/p2p/base/portallocator.h |
@@ -43,6 +43,9 @@ enum { |
PORTALLOCATOR_ENABLE_SHARED_SOCKET = 0x100, |
PORTALLOCATOR_ENABLE_STUN_RETRANSMIT_ATTRIBUTE = 0x200, |
PORTALLOCATOR_DISABLE_ADAPTER_ENUMERATION = 0x400, |
+ // When specified, a loopback candidate will be generated if |
+ // PORTALLOCATOR_DISABLE_ADAPTER_ENUMERATION is specified. |
+ PORTALLOCATOR_ENABLE_LOCALHOST_CANDIDATE = 0x800, |
}; |
const uint32 kDefaultPortAllocatorFlags = 0; |