MCPcopy Create free account
hub / github.com/F-Stack/f-stack / connBlockingConnect

Function connBlockingConnect

app/redis-6.2.6/src/connection.h:128–130  ·  view source on GitHub ↗

Blocking connect. * * NOTE: This is implemented in order to simplify the transition to the abstract * connections, but should probably be refactored out of cluster.c and replication.c, * in favor of a pure async implementation. */

Source from the content-addressed store, hash-verified

126 * in favor of a pure async implementation.
127 */
128static inline int connBlockingConnect(connection *conn, const char *addr, int port, long long timeout) {
129 return conn->type->blocking_connect(conn, addr, port, timeout);
130}
131
132/* Write to connection, behaves the same as write(2).
133 *

Callers 1

migrateGetSocketFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected