As reported in the issue #6490, Bitcoin Core keeps and extends std::set
of CNetAddr
for all peers during the whole server run. Even for peers that do not affect the adjusted time of the Core at all.
This change makes it clear (do nothing after 200 timedata samples), saves some CPU time and memory.