before this commit: pointing a forward at port 853, without DoT support, causes Recursor to attempt to do UDP over port 853 to the upstream. This rarely works.
after this commit: much swifter failure with an error log message saying `45.55.10.200:853 requested but not available`
SyncRes::s_tcp_fast_open = ::arg().asNum("tcp-fast-open");
SyncRes::s_tcp_fast_open_connect = ::arg().mustDo("tcp-fast-open-connect");
-#ifdef HAVE_DNS_OVER_TLS
SyncRes::s_dot_to_port_853 = ::arg().mustDo("dot-to-port-853");
-#endif
if (SyncRes::s_tcp_fast_open_connect) {
checkFastOpenSysctl(true);