mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 14:21:25 +02:00
CLEANUP: quic: complete comment on qcs_try_to_consume
Specify the return value usage.
This commit is contained in:
parent
f89094510c
commit
95e50fbeff
@ -1400,7 +1400,8 @@ static int qc_pkt_decrypt(struct quic_rx_packet *pkt, struct quic_enc_level *qel
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Remove from <qcs> stream the acknowledged frames.
|
/* Remove from <qcs> stream the acknowledged frames.
|
||||||
* Never fails.
|
*
|
||||||
|
* Returns 1 if at least one frame was removed else 0.
|
||||||
*/
|
*/
|
||||||
static int qcs_try_to_consume(struct qcs *qcs)
|
static int qcs_try_to_consume(struct qcs *qcs)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user