Bitcoin Core 28.99.0
P2P Digital Currency
Classes | Functions
net_peer_connection_tests.cpp File Reference
#include <chainparams.h>
#include <compat/compat.h>
#include <net.h>
#include <net_processing.h>
#include <netaddress.h>
#include <netbase.h>
#include <netgroup.h>
#include <node/connection_types.h>
#include <node/protocol_version.h>
#include <protocol.h>
#include <random.h>
#include <test/util/logging.h>
#include <test/util/net.h>
#include <test/util/random.h>
#include <test/util/setup_common.h>
#include <tinyformat.h>
#include <util/chaintype.h>
#include <algorithm>
#include <cstdint>
#include <memory>
#include <optional>
#include <string>
#include <vector>
#include <boost/test/unit_test.hpp>
Include dependency graph for net_peer_connection_tests.cpp:

Go to the source code of this file.

Classes

struct  LogIPsTestingSetup
 
struct  PeerTest
 

Functions

static CService ip (uint32_t i)
 
 BOOST_FIXTURE_TEST_CASE (test_addnode_getaddednodeinfo_and_connection_detection, PeerTest)
 

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()

BOOST_FIXTURE_TEST_CASE ( test_addnode_getaddednodeinfo_and_connection_detection  ,
PeerTest   
)

Definition at line 86 of file net_peer_connection_tests.cpp.

Here is the call graph for this function:

◆ ip()

static CService ip ( uint32_t  i)
static

Definition at line 39 of file net_peer_connection_tests.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: