Skip to content
Snippets Groups Projects
  1. Nov 13, 2016
  2. Nov 12, 2016
  3. Nov 10, 2016
  4. Nov 02, 2016
  5. Oct 24, 2016
  6. Oct 21, 2016
  7. Oct 20, 2016
  8. Oct 19, 2016
  9. Oct 18, 2016
  10. Oct 11, 2016
  11. Oct 07, 2016
  12. Sep 30, 2016
  13. Sep 27, 2016
  14. Sep 08, 2016
  15. Sep 07, 2016
  16. Sep 05, 2016
  17. Aug 25, 2016
  18. Aug 24, 2016
    • Ondřej Surý's avatar
      Reuse packet_source address when retrying over TCP. This prevents · 59009f21
      Ondřej Surý authored
      timeouts over TCP when <n> first nameservers timeout over UDP as
      previously the TCP would connect again to the first and only the
      first nameserver in task->addrlist.
      
      This would need to be ultimately fixed in TCP Fast Retransmit.
      59009f21
    • Marek Vavruša's avatar
      lib/resolve: track rtt of all tried servers · d5f3f4e2
      Marek Vavruša authored
      when doing fast retransmit, each address may be
      contacted 1-N times, but previously only cumulative
      RTT was tracked for the NS that sent the answer.
      
      now the approximate query start time is subtracted
      from cumulative RTT to give an idea how long it
      took since the query was actually sent, and all
      the NSs that didn't respond within their retransmit
      windows are penalised too
      d5f3f4e2
  19. Aug 23, 2016
  20. Aug 15, 2016
  21. Aug 11, 2016