644b99da6c
Fix wxSocketImpl::RecvDgram() when caller requests fewer bytes than are present in datagram, as we must always read all the available bytes when using UDP -- they are not buffered by the OS and so won't be provided by the next Read() call. See #23594, #23604. (cherry picked from commit b9d0541f9ac4d4c356b6ab03772c1fe10a2fd1bc) |
||
---|---|---|
.. | ||
ipc.cpp | ||
socket.cpp | ||
webrequest.cpp |