-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.9.7, 5.11.2
-
None
When I reconfigure my IPv6 network with a static address like [2001:db8:46:28::28] the QTcpServer failed to listen with AddressNotAvailable.
// Create Server Server.listen(QHostAddress("2001:db8:46:28::28"), 34258);
During 45-50s I can't have a valid TcpServer but i can ping the system and my local config show me that the network was configured to [2001:db8:46:28::28].
I am using an ubuntu 16.04 and NetworkManager to configure it.