Disable WiFi bearer plugins on macOS and Windows
Scanning for WiFi networks is causing network disruptions in the form of higher latency, sometimes globally for all running applications. In practice, the default configuration selection algorithm in QNetworkConfigurationManager prefers configurations from the generic bearer plugin, due to the way the plugins are ordered. Removing the platform WiFi bearers should have no effect on default network configuration selection. Task-number: QTBUG-40332 Change-Id: I778281c41a1aaec1949c220a9266677bd788a57a Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>bb10
parent
dffa01a438
commit
c10f2aaeb7
|
|
@ -6,11 +6,6 @@ QT_FOR_CONFIG += network-private
|
|||
SUBDIRS += connman networkmanager
|
||||
}
|
||||
|
||||
#win32:SUBDIRS += nla
|
||||
win32:SUBDIRS += generic
|
||||
win32:!winrt: SUBDIRS += nativewifi
|
||||
darwin:qtConfig(corewlan): SUBDIRS += corewlan
|
||||
mac:SUBDIRS += generic
|
||||
android:SUBDIRS += android
|
||||
|
||||
isEmpty(SUBDIRS):SUBDIRS = generic
|
||||
|
|
|
|||
Loading…
Reference in New Issue