Mark an address record as accessible and attempt to move it to addrman's tried table.
Declared in <addrman.h>
bool
Good(
CService const& addr,
NodeSeconds time = Now<NodeSeconds>());
true if the address is successfully moved from the new table to the tried table.
| Name | Description |
|---|---|
| addr [in] | Address record to attempt to move to tried table. |
| time [in] | The time that we were last connected to this peer. |