Bug 3481

Summary: wget does not try all servers if one server is down
Product: Busybox Reporter: William Pitcock <nenolod>
Component: NetworkingAssignee: unassigned
Status: RESOLVED WONTFIX    
Severity: minor CC: busybox-cvs
Priority: P5    
Version: 1.18.x   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description William Pitcock 2011-03-12 20:48:16 UTC
busybox's wget does not presently try all servers returned in a DNS record if one server is down.  this is in contrast to GNU wget, which does try all servers.
Comment 1 Denys Vlasenko 2011-04-11 01:07:11 UTC
I tend towards WONTFIX. The libbb API relies heavily on the idea that "hostname[:port]" string gets resolved to one sockaddr, not to many sockaddrs.