Location information for an address in AddrMan
Declared in <addrman.h>
struct AddressPosition;
| Name | Description |
|---|---|
AddressPosition [constructor] | Constructs a position from its table, multiplicity, bucket, and slot. |
operator== | Compares two positions field by field for equality. |
| 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). |