30 Jun
2023
30 Jun
'23
5:26 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. -- v4: ws2_32/tests: Add test for sendto() and recvfrom() on TCP sockets. ntdll/unix: Skip address conversion for TCP sockets in try_send(). https://gitlab.winehq.org/wine/wine/-/merge_requests/3186