[#PeerManagerInfo] = PeerManagerInfo :mrdocs: Aggregate information about the peer manager, reported for diagnostics. == Synopsis Declared in `<net_processing.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct PeerManagerInfo; ---- == Types [cols="1,4"] |=== | Name| Description | xref:PeerManagerInfo/InvBucketInfo.adoc[`InvBucketInfo`] | Token‐bucket accounting for an inventory relay direction. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:PeerManagerInfo/ignores_incoming_txs.adoc[`ignores_incoming_txs`] | Whether this node ignores incoming transactions (blocks‐only mode). | xref:PeerManagerInfo/inbound_bucket.adoc[`inbound_bucket`] | Inventory relay accounting for inbound peers. | xref:PeerManagerInfo/median_outbound_time_offset.adoc[`median_outbound_time_offset`] | Median clock offset across outbound peers. | xref:PeerManagerInfo/outbound_bucket.adoc[`outbound_bucket`] | Inventory relay accounting for outbound peers. | xref:PeerManagerInfo/private_broadcast.adoc[`private_broadcast`] | Whether private broadcast is used to send transactions. | xref:PeerManagerInfo/tx_send_rate.adoc[`tx_send_rate`] | Maximum per‐second rate for sending transaction inventory to peers. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#