node::TxDownloadManagerImpl::ConnectedPeer

Register a peer we may download transactions from.

Synopsis

Declared in <node/txdownloadman_impl.h>

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

Parameters

NameDescription
nodeidThe connecting peer.
infoConnection attributes affecting download scheduling.