From b9f67a46a2c2d66d367a70b8f01785096003b98e Mon Sep 17 00:00:00 2001 From: Amaury Denoyelle Date: Wed, 22 May 2024 15:58:43 +0200 Subject: [PATCH] MINOR: quic: clarify doc for quic_recv() Just highlight the fact that quic_recv() only receive a single datagram. --- src/quic_sock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/quic_sock.c b/src/quic_sock.c index b21fe8cac..a3f37684e 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