bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] [bug #52503] fails to try all available IP addresses


From: Dale Worley
Subject: [Bug-wget] [bug #52503] fails to try all available IP addresses
Date: Sat, 25 Nov 2017 11:36:54 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0

Follow-up Comment #1, bug #52503 (project wget):

Naively, it seems like wget should do what browsers do, which is, I believe,
trying all addresses.

Actually, current browsers use the "Happy Eyeballs" algorithm, doing a
non-blocking connection start on one IPv4 address and simultaneously on one
IPv6 address, and then using the connection that responds first, as this
prevents long waits in the non-uncommon case where the host has an IPv6
address, the browser has IPv6 service, but some transit network doesn't carry
IPv6, i.e., it appears that one can connect with IPv6, but any attempt is
black-holed.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52503>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]