Skip to content
Snippets Groups Projects
  1. Mar 26, 2021
  2. Mar 24, 2021
  3. Mar 19, 2021
  4. Mar 17, 2021
  5. Mar 16, 2021
  6. Mar 15, 2021
  7. Mar 12, 2021
  8. Mar 11, 2021
  9. Mar 09, 2021
  10. Mar 02, 2021
  11. Feb 25, 2021
  12. Feb 22, 2021
  13. Feb 21, 2021
  14. Feb 19, 2021
  15. Feb 18, 2021
    • Štěpán Balážik's avatar
      lib/selection{,_iter}.c: allow switching back to UDP · f032e5ec
      Štěpán Balážik authored
      Switching to TCP instead of querying very slow servers over UDP has had
      unwanted side effect – we would sometimes get stuck with a server
      permanently switched to TCP. And if the server happens to not reply over
      TCP we were in trouble.
      
      Therefore after we TCP connect fails or timeouts we provide one last
      chance for the server over UDP. This will not prevent the next request
      to try TCP again on this server again, but we don't care because
      DNS MUST ******* work over TCP.
      f032e5ec
  16. Feb 12, 2021