summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qtimer.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2023-08-25 22:07:36 -0700
committerThiago Macieira <thiago.macieira@intel.com>2023-08-29 07:20:51 -0700
commitac8fe3e6454058025f2948767107fce2bedc1a8c (patch)
tree566debf6b3beb96378982ca77f99a3f8679897c5 /src/corelib/kernel/qtimer.cpp
parentfd924ab0b648f6a7516a6940272115a7db736a25 (diff)
QtNetworkSettings: narrow down hasIPv6 to specific OSes
It's currently conditional on two features used in QNetworkInterface. The fact that QNetworkInterface misses those two features is probably correlated to the failures observed on QNX, but is not the cause, so this code was actually wrong and was possibly disabling the execution of similar content on other OSes. Therefore, this commit removes them and changes the conditional to exclude the OS that is failing (QNX). I find this situation unacceptable. IPv6 support is mandatory for any application after 2011-01-31, the date when IANA delegated its last IP block, and definitely after 2019-11-25, when RIPE NCC ran completely out. But since there's no SDK available for it, I'll grudgingly accept a grandfathered exception because there's nothing I can do about it (I tried to fix it; look at the change history of this patch set). I will block any new OSes in that situation, though. Task-number: QTBUG-116503 Change-Id: Ifa1111900d6945ea8e05fffd177ed6979c3e5916 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/corelib/kernel/qtimer.cpp')
0 files changed, 0 insertions, 0 deletions