aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/netinet/udp_bindings.c
Commit message (Collapse)AuthorAgeFilesLines
* tests/netinet: add few tests for unconnected UDP socketGleb Smirnoff2025-02-171-0/+249
1) Test that getsockname() on a socket that experienced a sendto(2) returns allocated port. 2) Same as 1), but jailed. Make sure IP address was also selected. 3) Test that IP_SENDSRCADDR/IP_RECVDSTADDR work. 4) Regression test for bug 274009.