[#PrivateBroadcast-MAX_SEND_ATTEMPTS] = xref:PrivateBroadcast.adoc[PrivateBroadcast]::MAX_SEND_ATTEMPTS :relfileprefix: ../ :mrdocs: Maximum number of send attempts for a transaction. Once this limit is reached, the transaction remains tracked but is not sent again unless explicitly re‐added. == Synopsis Declared in `<private_broadcast.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static size_t MAX_SEND_ATTEMPTS = {1'000}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#