aboutsummaryrefslogtreecommitdiff
path: root/webrtc/p2p/base/transportcontroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/p2p/base/transportcontroller.h')
-rw-r--r--webrtc/p2p/base/transportcontroller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/p2p/base/transportcontroller.h b/webrtc/p2p/base/transportcontroller.h
index e26f3b5f17..450e6b391f 100644
--- a/webrtc/p2p/base/transportcontroller.h
+++ b/webrtc/p2p/base/transportcontroller.h
@@ -198,7 +198,7 @@ class TransportController : public sigslot::has_slots<>,
std::vector<RefCountedChannel> channels_;
PortAllocator* const port_allocator_ = nullptr;
- rtc::SSLProtocolVersion ssl_max_version_ = rtc::SSL_PROTOCOL_DTLS_10;
+ rtc::SSLProtocolVersion ssl_max_version_ = rtc::SSL_PROTOCOL_DTLS_12;
// Aggregate state for TransportChannelImpls.
IceConnectionState connection_state_ = kIceConnectionConnecting;