aboutgitcodebugslistschat
path: root/doc/platform-requirements/recv-zero.c
Commit message (Collapse)AuthorAgeFilesLines
* doc: Test behaviour of zero length datagram recv()sDavid Gibson2024-07-051-0/+74
Add a test program verifying that we're able to discard datagrams from a socket without needing a big discard buffer, by using a zero length recv(). Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>