| Index: webrtc/p2p/base/portallocator.h
|
| diff --git a/webrtc/p2p/base/portallocator.h b/webrtc/p2p/base/portallocator.h
|
| index 45a941a9b748e7a77b3c600d0f70925abcf923a3..eef43055910a0830a61dbec687c3806feb287b91 100644
|
| --- a/webrtc/p2p/base/portallocator.h
|
| +++ b/webrtc/p2p/base/portallocator.h
|
| @@ -191,6 +191,7 @@ struct RelayServerConfig {
|
| RelayCredentials credentials;
|
| int priority = 0;
|
| TlsCertPolicy tls_cert_policy = TlsCertPolicy::TLS_CERT_POLICY_SECURE;
|
| + std::vector<std::string> tls_alpn_protocols;
|
| };
|
|
|
| class PortAllocatorSession : public sigslot::has_slots<> {
|
|
|