[#CConnman-PrivateBroadcast-NumToOpenSub] = xref:CConnman.adoc[CConnman]::xref:CConnman/PrivateBroadcast.adoc[PrivateBroadcast]::NumToOpenSub :relfileprefix: ../../ :mrdocs: Decrement 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"] ---- size_t NumToOpenSub(size_t n); ---- == Return Value The number of connections that remain to be opened after the operation. == Parameters [cols="1,4"] |=== | Name| Description | *n* [in] | Decrement by this number. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#