Semaphore used to guard against opening too many connections. Opening private broadcast connections will be paused if this is equal to 0.

Synopsis

Declared in <net.h>

std::counting_semaphore<> m_sem_conn_max = {MAX_PRIVATE_BROADCAST_CONNECTIONS};

Created with MrDocs