Mark an entry as connection attempted to.
Declared in <addrman.h>
void
Attempt(
CService const& addr,
bool fCountFailure,
NodeSeconds time = Now<NodeSeconds>());
| 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. |