wxwidgets/tests/net
Brian Nixon b9d0541f9a 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.

Closes #23594.

Closes #23604.
2023-06-05 01:49:41 +02:00
..
ipc.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
socket.cpp Make wxSocket::Peek() work with UDP too 2023-06-05 01:49:41 +02:00
webrequest.cpp Use std::unordered_map<> in private wxWebRequest headers 2023-04-18 00:42:56 +01:00