#include <net.h>
#include <banman.h>
#include <clientversion.h>
#include <consensus/consensus.h>
#include <crypto/sha256.h>
#include <net_permissions.h>
#include <netbase.h>
#include <node/ui_interface.h>
#include <protocol.h>
#include <random.h>
#include <scheduler.h>
#include <util/strencodings.h>
#include <util/translation.h>
#include <fcntl.h>
#include <algorithm>
#include <cstdint>
#include <unordered_map>
#include <math.h>
Go to the source code of this file.
| #define FEELER_SLEEP_WINDOW 1 |
| constexpr size_t MAX_BLOCK_RELAY_ONLY_ANCHORS = 2 |
|
static |
Maximum number of block-relay-only anchor connections.
Definition at line 55 of file net.cpp.