Randomly select an address in the tried table that another address is attempting to evict.
Declared in <addrman.h>
std::pair<CAddress, NodeSeconds>
SelectTriedCollision();
CAddress The record for the selected tried peer. seconds The last time we attempted to connect to that peer.