Queue a serialized message to be sent to the given node.

Synopsis

Declared in <net.h>

[[requires_capability(0x7fbc935f9898), requires_capability(0x7fbc933604a8), requires_capability(0x7fbc87429928), requires_capability(0x7fbc9745f508), requires_capability(0x7fbc8e97b648), requires_capability(0x7fbc859fc9b8), requires_capability(0x7fbc90e39e18), requires_capability(0x7fbc8ec34f48), requires_capability(0x7fbc92aed408), requires_capability(0x7fbc7cdaec78), requires_capability(0x7fbc9fc8ae18)]]
void
PushMessage(
    CNode* pnode,
    CSerializedNetMsg&& msg);

Parameters

Name

Description

pnode

the node to send the message to.

msg

the serialized message to enqueue.

Created with MrDocs