]> git.ipfire.org Git - thirdparty/glibc.git/commit
socket: Add new test for connect
authorSergey Kolosov <skolosov@redhat.com>
Wed, 10 Apr 2024 15:58:05 +0000 (17:58 +0200)
committerArjun Shankar <arjun@redhat.com>
Wed, 10 Apr 2024 16:10:22 +0000 (18:10 +0200)
commit3a83f79024cc023a74c3892a1673542e8e972485
tree7b2fcfdc43cec55fb21bac7294dc9a14aaff6149
parent6687a6e3f962759536a8019d31c68c1009ccd6eb
socket: Add new test for connect

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>
socket/Makefile
socket/tst-connect.c [new file with mode: 0644]