boost::corosio::tls_context::set_max_protocol_version
Set the maximum TLS protocol version.
Synopsis
Declared in <boost/corosio/tls_context.hpp>
std::error_code
set_max_protocol_version(tls_version v);
Description
Connections will not negotiate protocol versions newer than this. The default allows the newest supported version.
See Also
set_min_protocol_version
Created with MrDocs