qt5base-lts/tests/auto/network/socket/qudpsocket
Shane Kearns cae5299f48 Allow autobound UDP sockets to send to IPv4 and IPv6
When writeDatagram is called without first binding the UDP socket,
then bind it as QHostAddress::Any.
This allows the same socket to be used to sent to both IPv4 and
IPv6 destination addresses.

Allowing the OS to autobind the socket inside sendTo() may
result in a single protocol socket.

Task-number: QTBUG-5275
Change-Id: I2b76507e8a8a38369c6eafb61ce4191d1d6cc930
Reviewed-by: Richard J. Moore <rich@kde.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Martin Petersson <Martin.Petersson@nokia.com>
2012-03-22 18:59:45 +01:00
..
clientserver Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
test all remaining tests: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
udpServer Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
.gitignore
qudpsocket.pro
tst_qudpsocket.cpp Allow autobound UDP sockets to send to IPv4 and IPv6 2012-03-22 18:59:45 +01:00