On Mon, 17 Nov 2025 15:24:13 GMT, Daniel Fuchs <[email protected]> wrote:

>> It cannot overflow when used correctly (i.e. when packetBytes < 
>> congestionWindow, and congestionWindow < 2 * MAX_BYTES_IN_FLIGHT).
>
> if congestionWindow >= minimumWindow is an invariant, maybe we should assert 
> it whenever we change congestionWindow.

Added the assertions in the base class.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28195#discussion_r2549222644

Reply via email to