Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-757

QAbstractSocket should honor OpenMode when setting up socket notifiers

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Out of scope
    • P3: Somewhat important
    • Some future release
    • 4.3.0
    • Network
    • 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.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            stormols Marius Storm-Olsen
            admin Administrator
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes