MCPcopy Create free account
hub / github.com/apache/mesos / client_configure_socket

Function client_configure_socket

3rdparty/libprocess/src/openssl.cpp:1121–1127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1119
1120
1121Try<Nothing> client_configure_socket(
1122 SSL* ssl,
1123 const Address& peer,
1124 const Option<std::string>& peer_hostname)
1125{
1126 return configure_socket(ssl, Mode::CLIENT, peer, peer_hostname);
1127}
1128
1129
1130TLSClientConfig::TLSClientConfig(

Callers

nothing calls this directly

Calls 1

configure_socketFunction · 0.85

Tested by

no test coverage detected