1. 13 Nov, 2013 4 commits
  2. 12 Nov, 2013 7 commits
  3. 11 Nov, 2013 2 commits
  4. 10 Nov, 2013 14 commits
  5. 08 Nov, 2013 1 commit
  6. 06 Nov, 2013 3 commits
  7. 05 Nov, 2013 8 commits
  8. 04 Nov, 2013 1 commit
    • Björn Stenberg's avatar
      connect: Add connection delay to Happy Eyeballs. · 02fbc26d
      Björn Stenberg authored
      This patch adds a 200ms delay between the first and second address
      family socket connection attempts.
      
      It also iterates over IP addresses in the order returned by the
      system, meaning most dual-stack systems will try IPv6 first.
      
      Additionally, it refactors the connect code, removing most code that
      handled synchronous connects. Since all sockets are now non-blocking,
      the logic can be made simpler.
      02fbc26d