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

Improve SSL performance by limiting SSL message size

    XMLWordPrintable

Details

    • Task
    • Resolution: Duplicate
    • P2: Important
    • Some future release
    • None
    • Network: SSL
    • None

    Description

      • with TLS (how about SSL v3?), calls to ssl_write should be at most 1200 bytes (apparently one call to ssl_write will trigger one message to be sent)
      • bigger chunks would cause one message to be sent in several TCP packets
      • The server then would need to wait until all TCP packets have been received until it can decrypt the message.

      The goal is to use SSL so we create encrypted packets that are <= MTU.

      Attachments

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

        Activity

          People

            richmoore Richard Moore (qtnetwork)
            phartman Peter Hartmann (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes