Closed megarzzy closed 8 years ago
This is the flow control window size that backend SPDY server sends response to shrpx without acknowledgement from shrpx (more specifically, WINDOW_UPDATE). SPDY/3.1 has 2 layer of flow control window: connection and stream. The connection is window size across all active streams, and it has larger effect than stream level window size. If you increase this value, it may increase memory usage of shrpx, since that amount of data is cached in memory. So run the test and tune these options comparing throughput and memory usage.
--backend-spdy-window-bits=
Sets the per-stream initial window size of
SPDY backend connection to 2.
Default: 16
--backend-spdy-connection-window-bits=
Sets the per-connection window size of SPDY
backend connection to 2 .
Default: 16
how to tunnel the performance ? please