mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
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.