On Wed Jun 28 16:26:04 2023 +0000, Zebediah Figura wrote:
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?
Windows does not fill the provided address when called on a SOCK_STREAM socket.