summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2021-12-12 14:23:58 +0100
committerMarc Mutz <marc.mutz@qt.io>2021-12-15 17:35:13 +0000
commit63a35898f4990963fe91acd565df49111a281fa4 (patch)
treec15819a5a9db3f0d4c3e40445b97b2fdb4cbf2c5 /src/network
parent7ef614017091d7b56ac905c43da035259583c077 (diff)
QIODevice: use QVLA to hold the ring buffers, not QList
The only users of more than one read- or write channel are the SCTP code and QProcess. SCTP being pretty rare, optimize for the common case of at most two QRingBuffers for reading (QProcess) and one for writing. Even with more channels, QVLA shouldn't be slower than QList - on the contrary. Need to adjust tst_toolsupport and TypeInformationVersion, as QFilePrivate::fileName has changed. Pick-to: 6.3 Change-Id: I3baf982ba1f4dc51463be8730e414f6164072d8b Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/network')
0 files changed, 0 insertions, 0 deletions