mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-27 20:02:17 -04:00
This adds a new tune.streams-elasticity parameter. This parameter indicates, as a percentage, the average number of streams per connection at full load. It is used to calculate limits of the number of streams to advertise on new connections. 0 means that no such limit is set. When a limit is set, the new function conn_calc_max_streams() determines the optimal number of streams to allow on a connection. It will assign at least the ratio of streams left to connections left, and at least a fair share of what's left times the number of desired streams. It will always ensure that each connection gets at least 1 stream, and everything beyond this will be evenly distributed. For now the function is not used. |
||
|---|---|---|
| .. | ||
| design-thoughts | ||
| internals | ||
| lua-api | ||
| 51Degrees-device-detection.txt | ||
| acl.fig | ||
| coding-style.txt | ||
| configuration.txt | ||
| cookie-options.txt | ||
| DeviceAtlas-device-detection.txt | ||
| gpl.txt | ||
| haproxy.1 | ||
| HAProxyCommunityEdition_60px.png | ||
| haterm.txt | ||
| intro.txt | ||
| lgpl.txt | ||
| linux-syn-cookies.txt | ||
| lua.txt | ||
| management.txt | ||
| netscaler-client-ip-insertion-protocol.txt | ||
| network-namespaces.txt | ||
| peers-v2.0.txt | ||
| peers.txt | ||
| proxy-protocol.txt | ||
| queuing.fig | ||
| regression-testing.txt | ||
| seamless_reload.txt | ||
| SOCKS4.protocol.txt | ||
| SPOE.txt | ||
| WURFL-device-detection.txt | ||