Dear all, I have a client/server app written fully in Qt 4.8.5, running under Windows 7 64bit
When the client tries to connect to the server over a local ethernet network in the same room. QTcpSocket::connectToHost returns almost immediately when using the IPv4 host address, while it takes nearly 22s with the IPv6 address. In both cases, the connection is successful and the communication works flawlessly (and fast). Also, if the client disconnects and reconnects, it's now very fast in both protocols. Only the first time is slow for IPv6 What can be the reason for this? I googled this without much success. Thanks, Etienne
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
