Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.0
-
None
Description
QAbstractSocket always sets up both read and write socket notifiers, even if the open mode is ReadOnly or WriteOnly. This makes it impossible to share a socket descriptor between a QTcpSocket and other code, which might be sensible to support - for example, to use Qt to write to the socket, but to read it using non-Qt code.