[#CConnman-GetLocalServices] = xref:CConnman.adoc[CConnman]::GetLocalServices :relfileprefix: ../ :mrdocs: Used to convey which local services we are offering peers during node connection. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ServiceFlags.adoc[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. [.small]#Created with https://www.mrdocs.com[MrDocs]#