#include <chain.h>
#include <chainparams.h>
#include <consensus/params.h>
#include <interfaces/mining.h>
#include <net_processing.h>
#include <pow.h>
#include <primitives/block.h>
#include <protocol.h>
#include <sync.h>
#include <test/util/setup_common.h>
#include <util/check.h>
#include <util/time.h>
#include <validation.h>
#include <validationinterface.h>
#include <boost/test/unit_test.hpp>
#include <cstdint>
#include <memory>
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE()
| BOOST_AUTO_TEST_CASE |
( |
connections_desirable_service_flags |
| ) |
|
◆ mineBlock()
◆ NODE_NETWORK_LIMITED_ALLOW_CONN_BLOCKS
| constexpr int64_t NODE_NETWORK_LIMITED_ALLOW_CONN_BLOCKS = 144 |
|
staticconstexpr |
Window, in blocks, for connecting to NODE_NETWORK_LIMITED peers.
Definition at line 28 of file peerman_tests.cpp.