[#AddrMan-Attempt] = xref:AddrMan.adoc[AddrMan]::Attempt :relfileprefix: ../ :mrdocs: Mark an entry as connection attempted to. == Synopsis Declared in `<addrman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Attempt( xref:CService.adoc[CService] const& addr, bool fCountFailure, xref:NodeSeconds.adoc[NodeSeconds] time = Now<NodeSeconds>()); ---- == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#