CConnman::GetLocalServices

Used to convey which local services we are offering peers during node connection.

Synopsis

Declared in <net.h>

ServiceFlags
GetLocalServices() const;

Description

The data returned by this is used in CNode construction, which is used to advertise which services we are offering that peer during net_processing.cpp:PushNodeVersion().

Return Value

the service flags we currently offer to peers.