AddressPosition

Location information for an address in AddrMan

Synopsis

Declared in <addrman.h>

struct AddressPosition;

Member Functions

NameDescription
AddressPosition [constructor]Constructs a position from its table, multiplicity, bucket, and slot.
operator== Compares two positions field by field for equality.

Data Members

NameDescription
bucket Bucket index the address is recorded in (new-table entries).
multiplicity How many new-table buckets currently hold this address.
position Position within the bucket the address is recorded at.
tried Whether the address is in the tried table (true) or new table (false).