Randomly select an address in the tried table that another address is attempting to evict.
Synopsis
Declared in <addrman.h>
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.
Created with MrDocs