qt6-bb10/tests/auto/network/socket/qudpsocket
Mårten Nordheim b2ff0c2dc2 UDP: don't disable read notification unless we have a datagram
The current logic that we will disable the read notification if we
have any data at all doesn't make sense for users who use the
receiveDatagram functionality, since they will not make any calls
that trigger the read notifier to be re-enabled unless there is a
datagram ready for us to hand back.

Fixes: QTBUG-105871
Pick-to: 6.7 6.6 6.5
Change-Id: I0a1f1f8babb037d923d1124c2603b1cb466cfe18
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2024-03-02 22:57:09 +01:00
..
clientserver Change license for tests files 2024-02-04 09:56:42 +01:00
test tst_qudpsocket: add helper exe to dependencies 2024-02-29 14:56:11 +01:00
udpServer Change license for tests files 2024-02-04 09:56:42 +01:00
.gitignore Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00
BLACKLIST Un-blacklist tst_qudpsocket for MinGW+CMake 2024-01-15 17:10:22 +01:00
CMakeLists.txt tst_qudpsocket: add helper exe to dependencies 2024-02-29 14:56:11 +01:00
tst_qudpsocket.cpp UDP: don't disable read notification unless we have a datagram 2024-03-02 22:57:09 +01:00