| Index: webrtc/p2p/base/transportcontroller.h
|
| diff --git a/webrtc/p2p/base/transportcontroller.h b/webrtc/p2p/base/transportcontroller.h
|
| index e26f3b5f17c17bd95972a61c2ed715c46bef176b..450e6b391fa56add9bba368a020f8d7f3e5580d0 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;
|
|
|