[#node-TxDownloadManagerImpl-PeerInfo] = xref:node.adoc[node]::xref:node/TxDownloadManagerImpl.adoc[TxDownloadManagerImpl]::PeerInfo :relfileprefix: ../../ :mrdocs: Per‐peer bookkeeping for peers we may download transactions from. == Synopsis Declared in `<node/txdownloadman_impl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct PeerInfo; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:node/TxDownloadManagerImpl/PeerInfo/2constructor.adoc[`PeerInfo`] [.small]#[constructor]# | Construct peer info from its connection attributes. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:node/TxDownloadManagerImpl/PeerInfo/m_connection_info.adoc[`m_connection_info`] | Information relevant to scheduling tx requests. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#