Mark an entry as connection attempted to.
Synopsis
Declared in <addrman.h>
void
Attempt(
CService const& addr,
bool fCountFailure,
NodeSeconds time = Now<NodeSeconds>());
Parameters
Name |
Description |
addr |
The address that a connection was attempted to. |
fCountFailure |
Whether to count this attempt toward the failure counter. |
time |
The time the connection attempt was made. |
Created with MrDocs