Increment the number of new connections of type ConnectionType::PRIVATE_BROADCAST to be opened by CConnman::ThreadPrivateBroadcast().

Synopsis

Declared in <net.h>

void
NumToOpenAdd(size_t n);

Parameters

Name

Description

n [in]

Increment by this number.

Created with MrDocs