MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / connCreateTLS

Function connCreateTLS

src/tls.cpp:697–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697connection *connCreateTLS(void) {
698 return createTLSConnection(1);
699}
700
701/* Create a new TLS connection that is already associated with
702 * an accepted underlying file descriptor.

Callers 3

clusterCronFunction · 0.85
migrateGetSocketFunction · 0.85
connectWithMasterFunction · 0.85

Calls 1

createTLSConnectionFunction · 0.85

Tested by

no test coverage detected