socket(AF_INET6, SOCK_STREAM, IPPROTO_IP) = 3<TCPv6:[9453]>
bind(3<TCPv6:[9453]>, {sa_family=AF_INET6, sin6_port=htons(0), sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_scope_id=0}, 28) = 0
listen(3<TCPv6:[9453]>, 1) = 0
getsockname(3<TCPv6:[[::1]:40267]>, {sa_family=AF_INET6, sin6_port=htons(40267), sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_scope_id=0}, [28]) = 0
getsockopt(3<TCPv6:[[::1]:40267]>, SOL_TCP, TCP_MAXSEG, [536], [4]) = 0
socket(AF_INET6, SOCK_STREAM, IPPROTO_IP) = 4<TCPv6:[9458]>
connect(4<TCPv6:[9458]>, {sa_family=AF_INET6, sin6_port=htons(40267), sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_scope_id=0}, 28) = 0
accept4(3<TCPv6:[[::1]:40267]>, {sa_family=AF_INET6, sin6_port=htons(35376), sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_scope_id=0}, [28], SOCK_CLOEXEC) = 5<TCPv6:[[::1]:40267->[::1]:35376]>
getpeername(5<TCPv6:[[::1]:40267->[::1]:35376]>, {sa_family=AF_INET6, sin6_port=htons(35376), sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_scope_id=0}, [28]) = 0
getpeername(4<TCPv6:[[::1]:35376->[::1]:40267]>, {sa_family=AF_INET6, sin6_port=htons(40267), sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_scope_id=0}, [28]) = 0
setsockopt(4<TCPv6:[[::1]:35376->[::1]:40267]>, SOL_TCP, TCP_MAXSEG, [536], 4) = 0
sendto(4<TCPv6:[[::1]:35376->[::1]:40267]>, "text", 4, MSG_DONTROUTE|MSG_DONTWAIT, NULL, 0) = 4
close(4<TCPv6:[[::1]:35376->[::1]:40267]>) = 0
recvfrom(5<TCPv6:[[::1]:40267->[::1]:35376]>, "text", 4, MSG_WAITALL, NULL, NULL) = 4
close(5<TCPv6:[[::1]:40267->[::1]:35376]>) = 0
close(3<TCPv6:[[::1]:40267]>) = 0
+++ exited with 0 +++
