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

Function connRecvTimeout

app/redis-6.2.6/src/connection.c:416–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416int connRecvTimeout(connection *conn, long long ms) {
417 return anetRecvTimeout(NULL, conn->fd, ms);
418}
419
420int connGetState(connection *conn) {
421 return conn->state;

Callers 1

readSyncBulkPayloadFunction · 0.85

Calls 1

anetRecvTimeoutFunction · 0.85

Tested by

no test coverage detected