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

Unified Diff: webrtc/api/peerconnectioninterface.h

Issue 2815513012: Negotiate the same SRTP crypto suites for every DTLS association formed. (Closed)
Patch Set: Prefer 32-bit HMAC by default. Also cleaning up some things. 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 | « no previous file | webrtc/base/sslstreamadapter.h » ('j') | webrtc/base/sslstreamadapter.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/peerconnectioninterface.h
diff --git a/webrtc/api/peerconnectioninterface.h b/webrtc/api/peerconnectioninterface.h
index d30834dc5b4d91fda12e7afbaa354002e1b28995..87da64fb7d5d17f2e855031b23d8d659eb4bd285 100644
--- a/webrtc/api/peerconnectioninterface.h
+++ b/webrtc/api/peerconnectioninterface.h
@@ -878,6 +878,7 @@ class PeerConnectionFactoryInterface : public rtc::RefCountInterface {
rtc::CryptoOptions crypto_options;
};
+ // Set the options to be used for subsequently created PeerConnections.
virtual void SetOptions(const Options& options) = 0;
virtual rtc::scoped_refptr<PeerConnectionInterface> CreatePeerConnection(
« no previous file with comments | « no previous file | webrtc/base/sslstreamadapter.h » ('j') | webrtc/base/sslstreamadapter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698