1 Jul
2023
1 Jul
'23
5:34 a.m.
On Windows, `sendto()` ignores its destination parameters when provided with a connection-based socket (currently only SOCK_STREAM), even if they contain invalid data. This patch implements this behavior. -- v5: ws2_32/tests: Add test for sendto() and recvfrom() on TCP sockets. ntdll/unix: Skip address conversion for SOCK_STREAM sockets in try_send(). https://gitlab.winehq.org/wine/wine/-/merge_requests/3186