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. Closes #23594. Closes #23604. |
||
|---|---|---|
| .. | ||
| ipc.cpp | ||
| socket.cpp | ||
| webrequest.cpp | ||