Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
4.8.1
-
None
-
Windows
Description
When reading a pending datagram from a UDP socket which is bound to a IPv6 address, the generated host address doesn't contain the scopeId of the address.
The problem seems to exist on windows only. Adding the line
a.setScopeId ( QString ( ) . setNum ( sa6 -> sin6_scope_id ) );
in
qt_socket_getPortAndAddress
solved the problem for me.
Attachments
Issue Links
- relates to
-
QTBUG-25634 CLONE - QUdpSocket::writeDatagram, results in a NetworkError. when using link-local addressing (e.g. ff02::1) on Mac OS X
- Closed