[#node-TxDownloadManagerImpl-ConnectedPeer] = xref:node.adoc[node]::xref:node/TxDownloadManagerImpl.adoc[TxDownloadManagerImpl]::ConnectedPeer :relfileprefix: ../../ :mrdocs: Register a peer we may download transactions from. == Synopsis Declared in `<node/txdownloadman_impl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ConnectedPeer( xref:NodeId-08.adoc[NodeId] nodeid, xref:node/TxDownloadConnectionInfo.adoc[TxDownloadConnectionInfo] const& info); ---- == Parameters [cols="1,4"] |=== | Name| Description | *nodeid* | The connecting peer. | *info* | Connection attributes affecting download scheduling. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#