Location information for an address in AddrMan
Synopsis
Declared in <addrman.h>
struct AddressPosition;
Member Functions
Name |
Description |
|
Constructs a position from its table, multiplicity, bucket, and slot. |
Compares two positions field by field for equality. |
Data Members
Name |
Description |
Bucket index the address is recorded in (new‐table entries). |
|
How many new‐table buckets currently hold this address. |
|
Position within the bucket the address is recorded at. |
|
Whether the address is in the tried table (true) or new table (false). |
Created with MrDocs