Bitcoin ABC  0.29.1
P2P Digital Currency
Variables
net_permissions.cpp File Reference
#include <net_permissions.h>
#include <netbase.h>
#include <util/error.h>
#include <util/system.h>
#include <util/translation.h>
Include dependency graph for net_permissions.cpp:

Go to the source code of this file.

Variables

const std::vector< std::string > NET_PERMISSIONS_DOC
 

Variable Documentation

◆ NET_PERMISSIONS_DOC

const std::vector<std::string> NET_PERMISSIONS_DOC
Initial value:
{
"bloomfilter (allow requesting BIP37 filtered blocks and transactions)",
"noban (do not ban for misbehavior; implies download)",
"forcerelay (relay transactions that are already in the mempool; implies "
"relay)",
"relay (relay even in -blocksonly mode, and unlimited transaction "
"announcements)",
"mempool (allow requesting BIP35 mempool contents)",
"download (allow getheaders during IBD, no disconnect after "
"maxuploadtarget limit)",
"bypass_proof_request_limits (experimental, bypass the limits on avalanche "
"proof downloads)",
"addr (responses to GETADDR avoid hitting the cache and contain random "
"records with the most up-to-date info)"}

Definition at line 12 of file net_permissions.cpp.