socket(AF_UNIX, SOCK_STREAM, 0) = 3<socket:[24925]>
bind(3<socket:[24925]>, {sa_family=AF_UNIX, sun_path="net-y-unix.socket"}, 20) = 0
listen(3<socket:[24925]>, 1) = 0
getsockopt(3<socket:[24925]>, SOL_SOCKET, SO_PASSCRED, [0], [4]) = 0
getsockname(3<socket:[24925]>, {sa_family=AF_UNIX, sun_path="net-y-unix.socket"}, [110 => 20]) = 0
socket(AF_UNIX, SOCK_STREAM, 0) = 4<socket:[24926]>
connect(4<socket:[24926]>, {sa_family=AF_UNIX, sun_path="net-y-unix.socket"}, 20) = 0
accept4(3<socket:[24925]>, {sa_family=AF_UNIX}, [110 => 2], SOCK_CLOEXEC) = 5<socket:[24928]>
getpeername(4<socket:[24926]>, {sa_family=AF_UNIX, sun_path="net-y-unix.socket"}, [110 => 20]) = 0
sendto(4<socket:[24926]>, "text", 4, MSG_DONTWAIT, NULL, 0) = 4
close(4<socket:[24926]>) = 0
recvfrom(5<socket:[24928]>, "text", 4, MSG_DONTWAIT, NULL, NULL) = 4
close(5<socket:[24928]>) = 0
socket(AF_UNIX, SOCK_STREAM, 0) = 4<socket:[24930]>
setsockopt(4<socket:[24930]>, SOL_SOCKET, SO_PASSCRED, [1], 4) = 0
getsockname(3<socket:[24925]>, {sa_family=AF_UNIX, sun_path="net-y-unix.socket"}, [110 => 20]) = 0
connect(4<socket:[24930]>, {sa_family=AF_UNIX, sun_path="net-y-unix.socket"}, 20) = 0
accept4(3<socket:[24925]>, {sa_family=AF_UNIX, sun_path=@"a6aa8"}, [110 => 8], SOCK_CLOEXEC) = 5<socket:[24931]>
getpeername(4<socket:[24930]>, {sa_family=AF_UNIX, sun_path="net-y-unix.socket"}, [110 => 20]) = 0
getsockname(4<socket:[24930]>, {sa_family=AF_UNIX, sun_path=@"a6aa8"}, [110 => 8]) = 0
sendto(4<socket:[24930]>, "text", 4, MSG_DONTWAIT, NULL, 0) = 4
close(4<socket:[24930]>) = 0
recvfrom(5<socket:[24931]>, "text", 4, MSG_DONTWAIT, NULL, NULL) = 4
close(5<socket:[24931]>) = 0
close(3<socket:[24925]>) = 0
+++ exited with 0 +++
