Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Functions
addrdb.cpp File Reference
#include <addrdb.h>
#include <addrman.h>
#include <chainparams.h>
#include <clientversion.h>
#include <cstdint>
#include <hash.h>
#include <logging/timer.h>
#include <random.h>
#include <streams.h>
#include <tinyformat.h>
#include <util/system.h>
Include dependency graph for addrdb.cpp:

Go to the source code of this file.

Functions

void DumpAnchors (const fs::path &anchors_db_path, const std::vector< CAddress > &anchors)
 Dump the anchor IP address database (anchors.dat) More...
 
std::vector< CAddressReadAnchors (const fs::path &anchors_db_path)
 Read the anchor IP address database (anchors.dat) More...
 

Function Documentation

void DumpAnchors ( const fs::path &  anchors_db_path,
const std::vector< CAddress > &  anchors 
)

Dump the anchor IP address database (anchors.dat)

Anchors are last known outgoing block-relay-only peers that are tried to re-connect to on startup.

Definition at line 161 of file addrdb.cpp.

std::vector<CAddress> ReadAnchors ( const fs::path &  anchors_db_path)

Read the anchor IP address database (anchors.dat)

Deleting anchors.dat is intentional as it avoids renewed peering to anchors after an unclean shutdown and thus potential exploitation of the anchor peer policy.

Definition at line 167 of file addrdb.cpp.

Here is the call graph for this function: