[#CConnman-PrivateBroadcast-NumToOpenAdd] = xref:CConnman.adoc[CConnman]::xref:CConnman/PrivateBroadcast.adoc[PrivateBroadcast]::NumToOpenAdd :relfileprefix: ../../ :mrdocs: Increment the number of new connections of type `ConnectionType::PRIVATE_BROADCAST` to be opened by `CConnman::ThreadPrivateBroadcast()`. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void NumToOpenAdd(size_t n); ---- == Parameters [cols="1,4"] |=== | Name| Description | *n* [in] | Increment by this number. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#