![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <test/util/net.h>#include <net_processing.h>#include <netaddress.h>#include <netmessagemaker.h>#include <node/connection_types.h>#include <node/eviction.h>#include <protocol.h>#include <random.h>#include <serialize.h>#include <span.h>#include <sync.h>#include <chrono>#include <optional>#include <vector>Go to the source code of this file.
Functions | |
| std::vector< NodeEvictionCandidate > | GetRandomNodeEvictionCandidates (int n_candidates, FastRandomContext &random_context) |
Variables | |
| static std::atomic< SOCKET > | g_mocked_sock_fd {0} |
| std::vector< NodeEvictionCandidate > GetRandomNodeEvictionCandidates | ( | int | n_candidates, |
| FastRandomContext & | random_context | ||
| ) |