about summary refs log tree commit diff
path: root/socket/tst-shutdown.c
Commit message (Collapse)AuthorAgeFilesLines
* socket: Add new test for shutdownSergey Kolosov2024-07-031-0/+257
This commit adds shutdown test with SHUT_RD, SHUT_WR, SHUT_RDWR for an UNIX socket connection. Reviewed-by: DJ Delorie <dj@redhat.com>