[#node-TxDownloadManager-ConnectedPeer] = xref:node.adoc[node]::xref:node/TxDownloadManager.adoc[TxDownloadManager]::ConnectedPeer :relfileprefix: ../../ :mrdocs: Creates a new PeerInfo. Saves the connection info to calculate tx announcement delays later. == Synopsis Declared in `<node/txdownloadman.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]#