Bitcoin Core 31.99.0
P2P Digital Currency
Functions
net_tests.cpp File Reference
#include <addrman.h>
#include <chainparams.h>
#include <clientversion.h>
#include <common/args.h>
#include <compat/compat.h>
#include <net.h>
#include <net_processing.h>
#include <netaddress.h>
#include <netbase.h>
#include <netmessagemaker.h>
#include <node/protocol_version.h>
#include <serialize.h>
#include <span.h>
#include <streams.h>
#include <test/util/common.h>
#include <test/util/net.h>
#include <test/util/random.h>
#include <test/util/setup_common.h>
#include <test/util/validation.h>
#include <util/strencodings.h>
#include <util/string.h>
#include <validation.h>
#include <boost/test/unit_test.hpp>
#include <algorithm>
#include <cstdint>
#include <ios>
#include <memory>
#include <optional>
#include <string>
Include dependency graph for net_tests.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (cnode_listen_port)
 
 BOOST_AUTO_TEST_CASE (cnode_simple_test)
 
 BOOST_AUTO_TEST_CASE (cnetaddr_basic)
 
 BOOST_AUTO_TEST_CASE (cnetaddr_tostring_canonical_ipv6)
 
 BOOST_AUTO_TEST_CASE (cnetaddr_serialize_v1)
 
 BOOST_AUTO_TEST_CASE (cnetaddr_serialize_v2)
 
 BOOST_AUTO_TEST_CASE (cnetaddr_unserialize_v2)
 
 BOOST_AUTO_TEST_CASE (ipv4_peer_with_ipv6_addrMe_test)
 
 BOOST_AUTO_TEST_CASE (get_local_addr_for_peer_port)
 
 BOOST_AUTO_TEST_CASE (LimitedAndReachable_Network)
 
 BOOST_AUTO_TEST_CASE (LimitedAndReachable_NetworkCaseUnroutableAndInternal)
 
CNetAddr UtilBuildAddress (unsigned char p1, unsigned char p2, unsigned char p3, unsigned char p4)
 
 BOOST_AUTO_TEST_CASE (LimitedAndReachable_CNetAddr)
 
 BOOST_AUTO_TEST_CASE (LocalAddress_BasicLifecycle)
 
 BOOST_AUTO_TEST_CASE (initial_advertise_from_version_message)
 
 BOOST_AUTO_TEST_CASE (advertise_local_address)
 
 BOOST_AUTO_TEST_CASE (v2transport_test)
 
 BOOST_AUTO_TEST_CASE (private_broadcast_version_does_not_update_addrman_services)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/17]

BOOST_AUTO_TEST_CASE ( advertise_local_address  )

Definition at line 905 of file net_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/17]

BOOST_AUTO_TEST_CASE ( cnetaddr_basic  )

Definition at line 142 of file net_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/17]

BOOST_AUTO_TEST_CASE ( cnetaddr_serialize_v1  )

Definition at line 329 of file net_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/17]

BOOST_AUTO_TEST_CASE ( cnetaddr_serialize_v2  )

Definition at line 363 of file net_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [5/17]

BOOST_AUTO_TEST_CASE ( cnetaddr_tostring_canonical_ipv6  )

Definition at line 276 of file net_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [6/17]

BOOST_AUTO_TEST_CASE ( cnetaddr_unserialize_v2  )

Definition at line 397 of file net_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [7/17]

BOOST_AUTO_TEST_CASE ( cnode_listen_port  )

Definition at line 43 of file net_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [8/17]

BOOST_AUTO_TEST_CASE ( cnode_simple_test  )

Definition at line 55 of file net_tests.cpp.

◆ BOOST_AUTO_TEST_CASE() [9/17]

BOOST_AUTO_TEST_CASE ( get_local_addr_for_peer_port  )

Definition at line 647 of file net_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [10/17]

BOOST_AUTO_TEST_CASE ( initial_advertise_from_version_message  )

Definition at line 805 of file net_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [11/17]

BOOST_AUTO_TEST_CASE ( ipv4_peer_with_ipv6_addrMe_test  )

Definition at line 595 of file net_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [12/17]

BOOST_AUTO_TEST_CASE ( LimitedAndReachable_CNetAddr  )

Definition at line 777 of file net_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [13/17]

BOOST_AUTO_TEST_CASE ( LimitedAndReachable_Network  )

Definition at line 713 of file net_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [14/17]

BOOST_AUTO_TEST_CASE ( LimitedAndReachable_NetworkCaseUnroutableAndInternal  )

Definition at line 746 of file net_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [15/17]

BOOST_AUTO_TEST_CASE ( LocalAddress_BasicLifecycle  )

Definition at line 791 of file net_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [16/17]

BOOST_AUTO_TEST_CASE ( private_broadcast_version_does_not_update_addrman_services  )

Definition at line 1563 of file net_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [17/17]

BOOST_AUTO_TEST_CASE ( v2transport_test  )

Whether an initiator or responder is being tested.

Use either 0 bytes or the maximum possible (4095 bytes) garbage length.

How many decoy packets to send before the version packet.

What data to send in the version packet (ignored by BIP324 peers, but reserved for future extensions).

Whether to immediately send key and garbage out (required for responders, optional otherwise).

How many decoy packets to send before the first and second real message.

The number of random garbage bytes before the included first 15 bytes of terminator.

The number of random garbage bytes after it.

Definition at line 1344 of file net_tests.cpp.

Here is the call graph for this function:

◆ UtilBuildAddress()

CNetAddr UtilBuildAddress ( unsigned char  p1,
unsigned char  p2,
unsigned char  p3,
unsigned char  p4 
)

Definition at line 766 of file net_tests.cpp.

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