property
quic.EndpointOptions.maxConnectionsTotal
maxConnectionsTotal?: number
Specifies the maximum total number of concurrent sessions across all remote addresses. When the limit is reached, new connections are refused with CONNECTION_REFUSED. A value of 0 disables the limit. The maximum value is 65535.
This limit can also be changed dynamically after construction via endpoint.maxConnectionsTotal.