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

Function connSendTimeout

src/connection.cpp:446–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446int connSendTimeout(connection *conn, long long ms) {
447 return anetSendTimeout(NULL, conn->fd, ms);
448}
449
450int connRecvTimeout(connection *conn, long long ms) {
451 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