[#CConnman-PrivateBroadcast-m_outbound_tor_ok_at_least_once] = xref:CConnman.adoc[CConnman]::xref:CConnman/PrivateBroadcast.adoc[PrivateBroadcast]::m_outbound_tor_ok_at_least_once :relfileprefix: ../../ :mrdocs: Remember if we ever established at least one outbound connection to a Tor peer, including sending and receiving P2P messages. If this is true then the Tor proxy indeed works and is a proxy to the Tor network, not a misconfigured ordinary SOCKS5 proxy as ‐proxy or ‐onion. If that is the case, then we assume that connecting to an IPv4 or IPv6 address via that proxy will be done through the Tor network and a Tor exit node. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::atomic_bool m_outbound_tor_ok_at_least_once = {false}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#