mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 07:29:23 +00:00
- The functions that return a sockaddr now do so the same way the Linux Kernel does across platforms, e.g. getpeername(), accept4() - Socket system calls on Windows will now only check for interrupts when a blocking operation needs to be performed. - Write tests for recvfrom() system call |
||
---|---|---|
.. | ||
inet_ntoa_test.c | ||
inet_ntop_test.c | ||
inet_pton_test.c | ||
nointernet_test.c | ||
nonblock_test.c | ||
recvfrom_test.c | ||
select_test.c | ||
sendfile_test.c | ||
sendrecvmsg_test.c | ||
setsockopt_test.c | ||
socket_test.c | ||
socketpair_test.c | ||
test.mk | ||
unix_test.c |