open fun setQueryTimeout(queryTimeout: Long): DnsClientOptions
Set the query timeout in milliseconds, i.e the amount of time after a query is considered to be failed.
queryTimeout - the query timeout in milliseconds
Return
a reference to this, so the API can be used fluently