Home
last modified time | relevance | path

Searched refs:shouldForceTCP (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/qTox/qTox-1.17.4/src/persistence/
H A Dsettings.cpp446 bool shouldForceTCP = UDPSetting == OFF; in applyCommandLineOptions() local
447 if (!shouldForceTCP && proxyType != ICoreSettings::ProxyType::ptNone) { in applyCommandLineOptions()
450 forceTCP = shouldForceTCP; in applyCommandLineOptions()
455 if (shouldForceTCP && !(LANSetting == OFF) && enableLanDiscovery) { in applyCommandLineOptions()