Initialize a peer (setup state).
Synopsis
Declared in <net.h>
virtual
void
InitializeNode(
CNode const& node,
ServiceFlags our_services) = 0;
Parameters
Name |
Description |
node [in] |
the peer being initialized. |
our_services [in] |
the service flags we offer to this peer. |
Created with MrDocs