Location information for an address in AddrMan

Synopsis

Declared in <addrman.h>

struct AddressPosition;

Member Functions

Name

Description

AddressPosition [constructor]

Constructs a position from its table, multiplicity, bucket, and slot.

operator==

Compares two positions field by field for equality.

Data Members

Name

Description

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).

Created with MrDocs