quiche icon indicating copy to clipboard operation
quiche copied to clipboard

fix: send MAX_STREAMS when available <= 50% of initial for long lived connections

Open ehaydenr opened this issue 1 month ago • 0 comments

The current logic sends MAX_STREAMS too aggressively. As the next MAX_STREAMS value increases, the condition for whether or not to send MAX_STREAMS becomes unconditionally true. This change fixes that so that MAX_STREAMS is only sent when 50% or more streams have completed.

ehaydenr avatar Nov 13 '25 18:11 ehaydenr