MCPcopy Create free account
hub / github.com/apple/foundationdb / resetConnection

Method resetConnection

fdbrpc/FlowTransport.actor.cpp:1940–1945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1938}
1939
1940void FlowTransport::resetConnection(NetworkAddress address) {
1941 auto peer = self->getPeer(address);
1942 if (peer) {
1943 peer->resetConnection.trigger();
1944 }
1945}
1946
1947bool FlowTransport::incompatibleOutgoingConnectionsPresent() {
1948 return self->numIncompatibleConnections > 0;

Callers 5

pushResetCheckerMethod · 0.80
destoryChildProcessFunction · 0.80

Calls 2

getPeerMethod · 0.80
triggerMethod · 0.45

Tested by

no test coverage detected