Details
-
Suggestion
-
Resolution: Done
-
P4: Low
-
Some future release
-
None
-
755fe9da1db2ab6ae3300073a3bad2fa2c60c4c5
Description
The current Qt networking API is missing the possibility of setting the ToS/DSCP bits of the outgoing IP packets. These bits are used for QoS purposes in the network and in the WLAN protocol stack. Altough it is possible to get a handle to the "native" operating system socket through Qt and set the socket options that way, it would be better to have the possibility of setting the bits with QAbstractSocket::setSocketOption() .
Attachments
Issue Links
- depends on
-
QTBUG-23323 TCP: use Quality of Service API on Windows
- Open