AddrMan::Good

Mark an address record as accessible and attempt to move it to addrman's tried table.

Synopsis

Declared in <addrman.h>

bool
Good(
    CService const& addr,
    NodeSeconds time = Now<NodeSeconds>());

Return Value

true if the address is successfully moved from the new table to the tried table.

Parameters

NameDescription
addr [in]Address record to attempt to move to tried table.
time [in]The time that we were last connected to this peer.