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