aboutsummaryrefslogtreecommitdiff
path: root/src/test/net_peer_eviction_tests.cpp
AgeCommit message (Expand)Author
2021-03-19Add unit test coverage for our onion peer eviction protectionJon Atack
2021-03-19Protect onion+localhost peers in ProtectEvictionCandidatesByRatio()Jon Atack
2021-03-19Add m_inbound_onion to AttemptToEvictConnection()Jon Atack
2021-03-19Add unit tests for ProtectEvictionCandidatesByRatio()Jon Atack
2021-03-19Use std::unordered_set instead of std::vector in IsEvicted()Jon Atack
2021-03-19Move peer eviction tests to a separate test fileJon Atack