mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
Android's Auto DNS returned an empty list before 2.6.4; 2.6.4 started falling back to public resolvers (1.1.1.1 / 8.8.8.8), which the console reaches over a real UDP round-trip through the sockets forward path. Fast-forward outruns that round-trip's wall-clock timing and DNS fails (#379). Restore the pre-2.6.4 behaviour by leaving Android out of the public-resolver fallback; iOS is unchanged, and the separate GetAdapterAuto gateway-probe skip stays.