aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/net.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fuzz: Use ConsumeRandomLengthBitVector(...) in src/test/fuzz/connman and ↵practicalswift2020-11-121-1/+1
| | | | src/test/fuzz/net
* test: Add tests for CNode::ConnectedThroughNetworkHennadii Stepanov2020-10-031-1/+3
|
* p2p: Unify Send and Receive protocol versionsHennadii Stepanov2020-09-071-15/+10
| | | | There is no change in behavior on the P2P network.
* [refactor] Restructure logic to check for addr relay.Amiti Uttarwar2020-09-021-1/+1
| | | | | | | | We previously identified if we relay addresses to the connection by checking for the existence of the m_addr_known data structure. With this commit, we answer this question based on the connection type. IsAddrRelayPeer() checked for the existence of the m_addr_known
* scripted-diff: Rename `OUTBOUND` ConnectionType to `OUTBOUND_FULL_RELAY`Amiti Uttarwar2020-09-021-1/+1
| | | | | | | -BEGIN VERIFY SCRIPT- sed -i 's/OUTBOUND, /OUTBOUND_FULL_RELAY, /g' src/net.h sed -i 's/ConnectionType::OUTBOUND/ConnectionType::OUTBOUND_FULL_RELAY/g' src/test/net_tests.cpp src/test/fuzz/process_message.cpp src/test/fuzz/process_messages.cpp src/net.cpp src/test/denialofservice_tests.cpp src/net.h src/test/fuzz/net.cpp -END VERIFY SCRIPT-
* tests: Add fuzzing harness for CNodepracticalswift2020-08-271-0/+156