CConnman::PrivateBroadcast::NumToOpenSub

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

NameDescription
n [in]Decrement by this number.