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

network sockets: preallocate sockets if known that more than 1 is needed

    XMLWordPrintable

Details

    Description

      Starting the TCP handshake as early as possible will reduce latency. The problem is that we cannot just blindly allocate several sockets to a host, because it might turn out that only one is needed (e.g. HTTP redirect to mobile version of a web site).
      Apparently Google does some smart heuristics about whether more than 1 socket is needed, like checking the cache for resources from that host.

      Attachments

        Issue Links

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

          Activity

            People

              peter-har Peter Hartmann
              peter-har Peter Hartmann
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes