Update ssl/quic/quic_ackm.c

Co-authored-by: Andrew Dinh <andrewd@openssl.org>

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28023)
This commit is contained in:
Sashan 2025-07-21 08:44:17 +02:00 committed by Neil Horman
parent 4a3c954a0c
commit b083613476
1 changed files with 1 additions and 1 deletions

View File

@ -861,7 +861,7 @@ static OSSL_TIME ackm_get_pto_time_and_space(OSSL_ACKM *ackm, int *space)
/* /*
* RFC 9002 section 5.2.2.1 keep probe timeout armed until * RFC 9002 section 5.2.2.1 keep probe timeout armed until
* handshake is confirmed (client sees HANDSHAKE_DONE message * handshake is confirmed (client sees HANDSHAKE_DONE message
* from server(. * from server).
*/ */
if (ackm->ack_eliciting_bytes_in_flight[i] == 0 && if (ackm->ack_eliciting_bytes_in_flight[i] == 0 &&
(ackm->handshake_confirmed == 1 || ackm->is_server == 1)) (ackm->handshake_confirmed == 1 || ackm->is_server == 1))