Constructs an address manager over the given network group mapping.
Declared in <addrman.h>
explicit
AddrMan(
NetGroupManager const& netgroupman,
bool deterministic,
int32_t consistency_check_ratio);
| Name | Description |
|---|---|
| netgroupman | Maps addresses to network groups for bucketing. |
| deterministic | If true, use a fixed key/nonce for reproducible tests. |
| consistency_check_ratio | How often to run internal consistency checks (0 disables). |