index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
net_peer_eviction_tests.cpp
Age
Commit message (
Expand
)
Author
2022-03-18
scripted-diff: rename TxRelay members
John Newbery
2022-01-26
test: add combined CJDNS/I2P/localhost/onion eviction protection tests
Jon Atack
2022-01-26
test: add tests for inbound eviction protection of CJDNS peers
Jon Atack
2022-01-26
test: fix off-by-one logic in an eviction protection test
Jon Atack
2022-01-26
p2p: extend inbound eviction protection by network to CJDNS peers
Jon Atack
2021-12-13
scripted-diff: Rename touched member variables
MarcoFalke
2021-12-13
refactor: Use type-safe std::chrono in net
MarcoFalke
2021-11-19
scripted-diff: Use clang-tidy syntax for C++ named arguments
MarcoFalke
2021-07-06
refactor: move GetRandomNodeEvictionCandidates() to test utilities
Jon Atack
2021-06-14
test: add combined I2P/onion/localhost eviction protection tests
Jon Atack
2021-06-14
test: add tests for inbound eviction protection of I2P peers
Jon Atack
2021-06-14
p2p: extend inbound eviction protection by network to I2P peers
Jon Atack
2021-06-14
test: add combined onion/localhost eviction protection coverage
Jon Atack
2021-06-14
p2p: remove unused m_is_onion member from NodeEvictionCandidate struct
Jon Atack
2021-06-14
p2p: make ProtectEvictionCandidatesByRatio() fully ratio-based
Jon Atack
2021-06-13
test: remove combined onion/localhost eviction protection tests
Jon Atack
2021-06-13
p2p: add m_network to NodeEvictionCandidate struct
Jon Atack
2021-06-13
test: speed up and simplify peer_eviction_test
Jon Atack
2021-03-19
Add unit test coverage for our onion peer eviction protection
Jon Atack
2021-03-19
Protect onion+localhost peers in ProtectEvictionCandidatesByRatio()
Jon Atack
2021-03-19
Add m_inbound_onion to AttemptToEvictConnection()
Jon Atack
2021-03-19
Add unit tests for ProtectEvictionCandidatesByRatio()
Jon Atack
2021-03-19
Use std::unordered_set instead of std::vector in IsEvicted()
Jon Atack
2021-03-19
Move peer eviction tests to a separate test file
Jon Atack