Details
-
Sub-task
-
Resolution: Done
-
P2: Important
-
None
-
Symbian
-
2ff5c6adbca65405d0a760173e5128b98d5d4a40
Description
QLocalSocket on Symbian is right now using OpenC which internally uses RPipe.
RPipe is implemented as a device driver that ships with OpenC.
We want to improve QLocalSocket to kick out some overhead.
We have multiple possibilities:
- Move QLocalSocket implementation to RPipe.
- Move QLocalSocket implementation to TCP
- we already have a TCP implementation for local sockets
- Move QLocalSocket implementation to RMsgQueue
- But RMsgQueue is a datagram paradigm, we want stream
Attachments
Issue Links
- depends on
-
QTBUG-7274 Native Symbian implementation of the QNativeSocketEngine / QAbstractSocketEngine
- Closed