From: Amaury Denoyelle Date: Wed, 22 May 2024 13:58:43 +0000 (+0200) Subject: MINOR: quic: clarify doc for quic_recv() X-Git-Tag: v3.0-dev13~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9f67a46a2c2d66d367a70b8f01785096003b98e;p=thirdparty%2Fhaproxy.git MINOR: quic: clarify doc for quic_recv() Just highlight the fact that quic_recv() only receive a single datagram. --- diff --git a/src/quic_sock.c b/src/quic_sock.c index b21fe8cac8..a3f37684ef 100644 --- a/src/quic_sock.c +++ b/src/quic_sock.c @@ -338,8 +338,8 @@ static struct quic_dgram *quic_rxbuf_purge_dgrams(struct quic_receiver_buf *rbuf return prev; } -/* Receive data from datagram socket . Data are placed in buffer of - * length . +/* Receive a single message from datagram socket . Data are placed in + * buffer of length . * * Datagram addresses will be returned via the next arguments. will be * the peer address and the reception one. Note that can only be