summaryrefslogtreecommitdiff
path: root/packages/wget/wget-1.9.1/ipv6-fix.patch
AgeCommit message (Collapse)AuthorFiles
2007-06-02wget 1.9.1: Make it work when you have no IPv6 support in the kernelJamie Lenehan1
- if it fails to create an IPv6 socket because of lack of kernel support switch the internal default to IPv4 and retry the failed connection. The default change will apply to all future sockets (for this run of wget) as well. Should close #1919 and #2390.