[#mapLocalHost] = mapLocalHost :mrdocs: Map of our known local addresses to their advertised service info. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7ff36ee5d778), guarded_by(0x7ff36fcc1828), guarded_by(0x7ff3818a14f8), guarded_by(0x7ff392e2f1c8), guarded_by(0x7ff35c969958), guarded_by(0x7ff37f388ee8), guarded_by(0x7ff38c3ccff8), guarded_by(0x7ff36da9c3e8), guarded_by(0x7ff38d719fc8), guarded_by(0x7ff364c2f4c8), guarded_by(0x7ff37fb54d28)]] extern std::map<CNetAddr, LocalServiceInfo> mapLocalHost; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#