endpointOptions.sessionCreationRate


单个远程地址每秒可以创建的新会话的最大数量。这是每个主机的速率限制,在地址验证的 LRU 缓存中进行跟踪。它防止已验证的远程地址以比服务器处理能力更快的速度频繁创建和放弃连接。对于流量来自单一来源的基准测试,可以将此值设置得较高。

🌐 The maximum number of new sessions that a single remote address can create per second. This is a per-host rate limit tracked in the address validation LRU cache. It prevents a validated remote address from churning through sessions (rapidly opening and abandoning connections) faster than the server can handle. For benchmarking where traffic comes from a single source, set this to a high value.