[#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(0x7f2e2ae25128), guarded_by(0x7f2e1c2ecf98), guarded_by(0x7f2e2028d288), guarded_by(0x7f2e333cf8e8), guarded_by(0x7f2e42717308), guarded_by(0x7f2e2a72ec88), guarded_by(0x7f2e22051f98), guarded_by(0x7f2e224c6d18), guarded_by(0x7f2e089f4a68), guarded_by(0x7f2e4097d828)]] extern std::map<CNetAddr, LocalServiceInfo> mapLocalHost; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#