[#MAX_OUTBOUND_FULL_RELAY_CONNECTIONS] = MAX_OUTBOUND_FULL_RELAY_CONNECTIONS :mrdocs: Maximum number of automatic outgoing nodes over which we'll relay everything (blocks, tx, addrs, etc) == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr int MAX_OUTBOUND_FULL_RELAY_CONNECTIONS = 8; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#