aboutsummaryrefslogtreecommitdiff
path: root/talk/app/webrtc/test
diff options
context:
space:
mode:
authorjiayl@webrtc.org <jiayl@webrtc.org>2015-03-03 16:41:45 +0000
committerjiayl@webrtc.org <jiayl@webrtc.org>2015-03-03 16:42:21 +0000
commitdf512cc8b73ff519dcdf63a2603ab312d3443402 (patch)
tree83290d61ad6538cb73db50c2a17983f6fdef9066 /talk/app/webrtc/test
parent982cd2a94ce21bbb2ad50c1f32bc6a9a09cc3ab3 (diff)
downloadwebrtc-df512cc8b73ff519dcdf63a2603ab312d3443402.tar.gz
Create a in-memory DTLS identity store that keeps a free identity generated in the background.
BUG=4241 R=pthatcher@webrtc.org Review URL: https://webrtc-codereview.appspot.com/37889004 Cr-Commit-Position: refs/heads/master@{#8576} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8576 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'talk/app/webrtc/test')
-rw-r--r--talk/app/webrtc/test/fakeconstraints.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/talk/app/webrtc/test/fakeconstraints.h b/talk/app/webrtc/test/fakeconstraints.h
index ff4a20856f..8673d85097 100644
--- a/talk/app/webrtc/test/fakeconstraints.h
+++ b/talk/app/webrtc/test/fakeconstraints.h
@@ -112,6 +112,7 @@ class FakeConstraints : public webrtc::MediaConstraintsInterface {
void SetAllowRtpDataChannels() {
SetMandatory(MediaConstraintsInterface::kEnableRtpDataChannels, true);
+ SetMandatory(MediaConstraintsInterface::kEnableDtlsSrtp, false);
}
void SetOptionalVAD(bool enable) {