qt6-bb10/tests/auto/network
Alex Trotsenko 6b6955c2ff QAbstractSocket: do not enable read notifications on TCP in bind()
In bind+connect scenario, rejected connection can trigger a read
notification while the socket is opened. But unlike UDP, reading from
the socket engine or emitting a readyRead() signal is not allowed for
the TCP socket in bound or connecting state.

To make a bind+connect scenario work properly, disable the read
notifications until a connection is established.

Task-number: QTBUG-50124
Change-Id: I7b3d015b0f6021fb9ff9f83560478aa5545f41f5
Reviewed-by: Richard J. Moore <rich@kde.org>
2015-12-24 14:05:26 +00:00
..
access Don't let closed http sockets pass as valid connections 2015-11-05 08:40:57 +00:00
bearer Skip instead of entirely excluding tests with disabled features 2015-03-16 09:34:15 +00:00
kernel fix usage of wince scope 2015-06-05 10:29:10 +00:00
socket QAbstractSocket: do not enable read notifications on TCP in bind() 2015-12-24 14:05:26 +00:00
ssl ssl: add test certificates with DSA and EC keys 2015-07-30 11:31:40 +00:00
network.pro