28 Jun
2023
28 Jun
'23
4:26 p.m.
This is a broader bug with `sendto()` and affects all SOCK_STREAM sockets. Should this be addressed in this patch or a separate one?
In a separate patch, please.
`recvfrom()` behaves as documented and ignores the provided address.
The address in recvfrom() is an output parameter, though. Does Windows fill it when recvfrom() is called on a STREAM socket? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2786#note_37153