[#AddrMan-2constructor] = xref:AddrMan.adoc[AddrMan]::AddrMan :relfileprefix: ../ :mrdocs: Constructs an address manager over the given network group mapping. == Synopsis Declared in `<addrman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit AddrMan( xref:NetGroupManager.adoc[NetGroupManager] const& netgroupman, bool deterministic, int32_t consistency_check_ratio); ---- == Parameters [cols="1,4"] |=== | 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). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#