MINOR: mux-h2: make the initial window size configurable per side
authorWilly Tarreau <w@1wt.eu>
Mon, 17 Apr 2023 13:04:34 +0000 (15:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 18 Apr 2023 13:58:55 +0000 (15:58 +0200)
commit9d7abda787ac76c04a7e68363d7a322918ce28a7
tree8f74ab255122a4d553cf76277e4f92f280a090f8
parentb36e512bd0527cbd3296527472ca852f5f96539f
MINOR: mux-h2: make the initial window size configurable per side

For a long time the initial window size (per-stream size) was set once
for both directions, frontend and backend, resulting in a tradeoff between
upload speed and download fairness. This commit allows it to be configured
separately for each side. The older settings remains the fallback choice
when other ones are not set.
doc/configuration.txt
src/mux_h2.c