mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-05 22:56:57 +02:00
MINOR: quic: clarify doc for quic_recv()
Just highlight the fact that quic_recv() only receive a single datagram.
This commit is contained in:
parent
5764bc50b5
commit
b9f67a46a2
@ -338,8 +338,8 @@ static struct quic_dgram *quic_rxbuf_purge_dgrams(struct quic_receiver_buf *rbuf
|
||||
return prev;
|
||||
}
|
||||
|
||||
/* Receive data from datagram socket <fd>. Data are placed in <out> buffer of
|
||||
* length <len>.
|
||||
/* Receive a single message from datagram socket <fd>. Data are placed in <out>
|
||||
* buffer of length <len>.
|
||||
*
|
||||
* Datagram addresses will be returned via the next arguments. <from> will be
|
||||
* the peer address and <to> the reception one. Note that <to> can only be
|
||||
|
Loading…
Reference in New Issue
Block a user