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

Unified Diff: webrtc/base/sslstreamadapter.h

Issue 2761143002: Support encrypted RTP extensions (RFC 6904) (Closed)
Patch Set: Updated comment. Created 3 years, 8 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
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/config.h » ('j') | webrtc/config.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/sslstreamadapter.h
diff --git a/webrtc/base/sslstreamadapter.h b/webrtc/base/sslstreamadapter.h
index e1d1d852156786f5e84e202574ba4dae50a3ed1c..ef27fcf2441b5af8da2ee784cd75c5355b8b3eae 100644
--- a/webrtc/base/sslstreamadapter.h
+++ b/webrtc/base/sslstreamadapter.h
@@ -80,6 +80,10 @@ struct CryptoOptions {
// Enable GCM crypto suites from RFC 7714 for SRTP. GCM will only be used
// if both sides enable it.
bool enable_gcm_crypto_suites = false;
+
+ // If set to true, encrypted RTP header extensions as defined in RFC 6904
+ // will be negotiated. They will be only used if both peers support them.
+ bool enable_encrypted_rtp_header_extensions = false;
pthatcher1 2017/05/05 21:26:38 be only used => only be used
joachim 2017/05/06 14:52:32 Done.
};
// SSLStreamAdapter : A StreamInterfaceAdapter that does SSL/TLS.
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/config.h » ('j') | webrtc/config.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698