property
quic.EndpointOptions.maxConnectionsPerHost
maxConnectionsPerHost?: number
Specifies the maximum number of concurrent sessions allowed per remote IP address (ignoring port). When the limit is reached, new connections from the same IP 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.maxConnectionsPerHost.