[#LocalServiceInfo] = LocalServiceInfo :mrdocs: A local address we advertise, together with how trustworthy it is. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct LocalServiceInfo; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:LocalServiceInfo/nPort.adoc[`nPort`] | Port advertised for this local address. | xref:LocalServiceInfo/nScore.adoc[`nScore`] | Score of the address, higher meaning more trusted (see the LOCAL_* levels). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#