Add feature to skip RELAY to non-RELAY connections
This patch adds a feature enabled using webrtc field trial
that remove connections between RELAY and non-RELAY candidates.
Bug: webrtc:11021
Change-Id: I924076277a843bffc1d25f6de14d2165f7012c4c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/156083
Reviewed-by: Honghai Zhang <honghaiz@webrtc.org>
Commit-Queue: Jonas Oreland <jonaso@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29464}
diff --git a/p2p/BUILD.gn b/p2p/BUILD.gn
index d9a9209..913560d 100644
--- a/p2p/BUILD.gn
+++ b/p2p/BUILD.gn
@@ -106,6 +106,7 @@
"../logging:ice_log",
"../rtc_base",
"../rtc_base:checks",
+ "../rtc_base/experiments:field_trial_parser",
"//third_party/abseil-cpp/absl/memory",
# Needed by pseudo_tcp, which should move to a separate target.