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

Function connSendTimeout

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

Source from the content-addressed store, hash-verified

410}
411
412int connSendTimeout(connection *conn, long long ms) {
413 return anetSendTimeout(NULL, conn->fd, ms);
414}
415
416int connRecvTimeout(connection *conn, long long ms) {
417 return anetRecvTimeout(NULL, conn->fd, ms);

Callers 2

ldbStartSessionFunction · 0.85
ldbEndSessionFunction · 0.85

Calls 1

anetSendTimeoutFunction · 0.85

Tested by

no test coverage detected