mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
e142124730
Our old code wasn't working with projects like Qt that call connect() in O_NONBLOCK mode multiple times. This change overhauls connect() to use a simpler WSAConnect() API and follows the same pattern as cosmo accept(). This change also reduces the binary footprint of read(), which no longer needs to depend on our enormous clock_gettime() function. |
||
---|---|---|
.. | ||
BUILD.mk | ||
connect_test.c | ||
getpeername_test.c | ||
inet_ntoa_test.c | ||
inet_ntop_test.c | ||
inet_pton_test.c | ||
ipv4v6poll_test.c | ||
nonblock_test.c | ||
recvfrom_test.c | ||
sendfile_test.c | ||
sendrecvmsg_test.c | ||
setsockopt_test.c | ||
socket_test.c | ||
socketpair_test.c | ||
unix_test.c |