Skip to content
  1. Nov 13, 2013
  2. Nov 12, 2013
  3. Nov 11, 2013
  4. Nov 10, 2013
  5. Nov 08, 2013
  6. Nov 06, 2013
  7. Nov 05, 2013
  8. Nov 04, 2013
    • 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