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