qt5base-lts/src
David Faure 9002f7f47a Fix documentation for ReuseAddressHint on Unix.
The code says (for Q_OS_UNIX)
if ((mode & QAbstractSocket::ShareAddress) || (mode & QAbstractSocket::ReuseAddressHint))
    socketEngine->setOption(QAbstractSocketEngine::AddressReusable, 1);
so clearly ReuseAddressHint does the same as ShareAddress, which is: setting SO_REUSEADDR.

Change-Id: Ic2ab4d139c3f58c3c63723fc609a9d4f71bac97a
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2016-01-11 17:28:43 +00:00
..
3rdparty Update PCRE to SVN r1622 (8.38 + patches) 2016-01-04 08:56:28 +00:00
android Android: Fix crash at exit 2015-12-17 13:46:14 +00:00
angle Fix wrapper batch file names for flex/bison in ANGLE build 2016-01-08 18:51:21 +00:00
concurrent QtConcurrent: Use Q_NULLPTR instead of 0 in all public headers 2015-11-04 14:17:08 +00:00
corelib winrt: Fix API usage certification 2016-01-11 10:06:40 +00:00
dbus Revert "dbus: Print out 'serial' and 'serial reply to' with DBusMessage operator<<." 2016-01-11 05:20:18 +00:00
gui Fix a few container detachments 2016-01-10 12:49:00 +00:00
network Fix documentation for ReuseAddressHint on Unix. 2016-01-11 17:28:43 +00:00
opengl QtBase: remove explicit function info from qWarning() etc 2015-11-28 16:34:26 +00:00
openglextensions Fix typo when resolving EGL extension. 2015-04-23 11:54:36 +00:00
platformheaders Windows: fix fullscreen OpenGL window issues with an opt-in function 2015-12-17 14:43:38 +00:00
platformsupport don't rely on transitive dependencies 2016-01-08 18:51:02 +00:00
plugins winrt: Flush the system event queue when adding/removing windows 2016-01-11 10:06:46 +00:00
printsupport Merge remote-tracking branch 'origin/5.5' into 5.6 2015-11-27 08:35:45 +01:00
sql QSqlQueryModel::clear(): Call begin/endResetModel(). 2015-11-19 07:24:13 +00:00
testlib Remove doc for non-existent QTest::qCompare() variant. 2016-01-06 10:03:49 +00:00
tools make a proper header-only module for QtZlib 2015-11-17 20:22:17 +00:00
widgets Fix a few container detachments 2016-01-10 12:49:00 +00:00
winmain winrt: handle PrelaunchActivated property to pass certification 2016-01-05 13:04:09 +00:00
xml Fix QDomNamedNodeMap::item crash with negative index 2015-10-29 08:05:45 +00:00
src.pro make a proper header-only module for QtZlib 2015-11-17 20:22:17 +00:00