CS104_Slave_setMaxOpenConnections

Function CS104_Slave_setMaxOpenConnections 

Source
pub unsafe extern "C" fn CS104_Slave_setMaxOpenConnections(
    self_: CS104_Slave,
    maxOpenConnections: c_int,
)
Expand description

set the maximum number of open client connections allowed

NOTE: the number cannot be larger than the static maximum defined in

ยงArguments

  • self - the slave instance
  • maxOpenConnections - the maximum number of open client connections allowed