aboutsummaryrefslogtreecommitdiff
path: root/socket/tst-connect.c
AgeCommit message (Collapse)AuthorFilesLines
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2024-04-10socket: Add new test for connectSergey Kolosov1-0/+113
This commit adds a simple bind/accept/connect test for an IPv4 TCP connection to a local process via the loopback interface. Reviewed-by: Arjun Shankar <arjun@redhat.com>