HTTPServer::SetMaxConnections

Set the maximum amount of connected HTTPClients (-rpcmaxconnections)

Synopsis

Declared in <httpserver.h>

void
SetMaxConnections(int max_conn);

Parameters

NameDescription
max_connMaximum number of concurrent client connections.