RDMnet  0.3.0
Implementation of ANSI E1.33 (RDMnet)
View other versions:
rdmnet::Broker::Limits Struct Reference

Overview

A set of limits for broker operation.

#include <rdmnet/cpp/broker.h>

Data Fields

unsigned int connections {0}
 The maximum number of client connections supported. 0 means infinite.
 
unsigned int controllers {0}
 The maximum number of controllers allowed. 0 means infinite.
 
unsigned int controller_messages {500}
 The maximum number of queued messages per controller. 0 means infinite.
 
unsigned int devices {0}
 The maximum number of devices allowed. 0 means infinite.
 
unsigned int device_messages {500}
 The maximum number of queued messages per device. 0 means infinite.
 
unsigned int reject_connections {1000}
 If you reach the number of max connections, this number of tcp-level connections are still supported to reject the connection request.
 

The documentation for this struct was generated from the following file: