summaryrefslogtreecommitdiff
path: root/socket.c
AgeCommit message (Collapse)AuthorLines
2012-11-05also test tcp and SOCK_NONBLOCK/SOCK_CLOEXEC in socket testsRich Felker-2/+24
2012-11-05fix uninitialized err count in new socket testsRich Felker-1/+1
2012-11-05add some minimal socket testsRich Felker-0/+40
these tests will help detect wrong-macro-value errors on ports: things like mismatch between stream/dgram and udp/tcp values, as well as socket option settings.