node::TxDownloadManager::ConnectedPeer

Creates a new PeerInfo. Saves the connection info to calculate tx announcement delays later.

Synopsis

Declared in <node/txdownloadman.h>

void
ConnectedPeer(
    NodeId nodeid,
    TxDownloadConnectionInfo const& info);

Parameters

NameDescription
nodeidThe connecting peer.
infoConnection attributes affecting download scheduling.