Decrement the number of new connections of type ConnectionType::PRIVATE_BROADCAST to be opened by CConnman::ThreadPrivateBroadcast().
Declared in <net.h>
size_t
NumToOpenSub(size_t n);
The number of connections that remain to be opened after the operation.
| Name | Description |
|---|---|
| n [in] | Decrement by this number. |