PrevUpHomeNext
logger::at_tls_handshake

Outputs the results of the TLS handshake operation.

void at_tls_handshake(
    error_code ec,
    asio::ip::tcp::endpoint ep
);
Description
Parameters

Name

Description

ec

Error code returned by the TLS handshake operation.

ep

The TCP endpoint used to establish the TLS handshake.


PrevUpHomeNext