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

Function unsetBlockingTimeout

app/redis-6.2.6/src/tls.c:836–840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834}
835
836static void unsetBlockingTimeout(tls_connection *conn) {
837 anetNonBlock(NULL, conn->c.fd);
838 anetSendTimeout(NULL, conn->c.fd, 0);
839 anetRecvTimeout(NULL, conn->c.fd, 0);
840}
841
842static int connTLSBlockingConnect(connection *conn_, const char *addr, int port, long long timeout) {
843 tls_connection *conn = (tls_connection *) conn_;

Callers 4

connTLSBlockingConnectFunction · 0.85
connTLSSyncWriteFunction · 0.85
connTLSSyncReadFunction · 0.85
connTLSSyncReadLineFunction · 0.85

Calls 3

anetNonBlockFunction · 0.85
anetSendTimeoutFunction · 0.85
anetRecvTimeoutFunction · 0.85

Tested by

no test coverage detected