[#node-TxDownloadConnectionInfo] = xref:node.adoc[node]::TxDownloadConnectionInfo :relfileprefix: ../ :mrdocs: Per‐peer connection attributes that affect transaction download scheduling. == Synopsis Declared in `<node/txdownloadman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct TxDownloadConnectionInfo; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:node/TxDownloadConnectionInfo/m_preferred.adoc[`m_preferred`] | Whether this peer is preferred for transaction download. | xref:node/TxDownloadConnectionInfo/m_relay_permissions.adoc[`m_relay_permissions`] | Whether this peer has Relay permissions. | xref:node/TxDownloadConnectionInfo/m_wtxid_relay.adoc[`m_wtxid_relay`] | Whether this peer supports wtxid relay. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#