Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
4.6.2
-
None
-
Windows XP/Vista/7/2008 x64 editions
Description
Windows use SOCKET as its handles for sockets, which are 64bit values in Windows x64 systems. But Qt use "int" (which is 32bit in such systems) for the socket descriptors instead (see QAbstractSocket::setSocketDescriptor).
Attachments
Issue Links
- is replaced by
-
QTBUG-19004 Qt5: Change socket descriptors to be qint64
- Closed