On 2016-05-23 12:29, Petr Štetiar wrote:
> Felix Fietkau <n...@nbd.name> [2016-05-23 11:11:50]:
> 
>> On 2016-05-23 10:29, Bjørn Mork wrote:
>> > Petr Štetiar <yn...@true.cz> writes:
>> > 
>> >> -                 push @mirrors, "https://kernel.org/pub/$dir";;
>> >> +                 push @mirrors, "https://cdn.kernel.org/pub/$dir";;
>> >>                   push @mirrors, "ftp://kernel.org/pub/$dir";;
>> > 
>> > Not sure that is a good idea at this point.  At least here, kernel.org
>> > has IPv6 AAAA records while cdn.kernel.org does not:
>>
>> So why not add both? :)
> 
> If I understand it correctly, the code is going to use another mirror only if
> the current mirror fails. In my case the download was awfully slow, but didn't
> failed.
You could put the CDN first, and the regular kernel.org afterwards.
Also, I think you could probably get rid of ftp://kernel.org while we're
at it. FTP is a horrible protocol and if HTTP fails, FTP is even more
likely to fail.

- Felix

_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to