MCPcopy Create free account
hub / github.com/3rdparty/libprocess / client_configure_socket

Function client_configure_socket

src/openssl.cpp:1083–1089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1081
1082
1083Try<Nothing> client_configure_socket(
1084 SSL* ssl,
1085 const Address& peer,
1086 const Option<std::string>& peer_hostname)
1087{
1088 return configure_socket(ssl, Mode::CLIENT, peer, peer_hostname);
1089}
1090
1091
1092TLSClientConfig::TLSClientConfig(

Callers

nothing calls this directly

Calls 1

configure_socketFunction · 0.85

Tested by

no test coverage detected