[#AddrMan-SelectTriedCollision] = xref:AddrMan.adoc[AddrMan]::SelectTriedCollision :relfileprefix: ../ :mrdocs: Randomly select an address in the tried table that another address is attempting to evict. == Synopsis Declared in `<addrman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::pair<CAddress, NodeSeconds> SelectTriedCollision(); ---- == Return Value CAddress The record for the selected tried peer. seconds The last time we attempted to connect to that peer. [.small]#Created with https://www.mrdocs.com[MrDocs]#