wxWidgets/tests/net
Brian Nixon 644b99da6c Make wxSocket::Peek() work with UDP too
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)
2023-07-03 13:55:34 +02:00
..
ipc.cpp
socket.cpp Make wxSocket::Peek() work with UDP too 2023-07-03 13:55:34 +02:00
webrequest.cpp Fix wxWebResponse::GetHeader() and GetURL() in wxMSW 2022-06-20 00:41:13 +02:00