global maxthreads, exclude, include_only, prefer, downgrade_ftp, always_print_best_host
# A plugin for the Yellowdog Updater Modified which sorts each repo's
# mirrorlist by connection speed prior to download.
# To install this plugin, just drop it into /usr/lib/yum-plugins, and
# make sure you have 'plugins=1' in your /etc/yum.conf. You also need to
# create the following configuration file, if not installed through an RPM:
# /etc/yum/pluginconf.d/fastestmirror.conf:
# hostfilepath=timedhosts
# #exclude=.gov, facebook
# #include_only=.nl,.de,.uk,.ie
# #prefer=your.favourite.mirror
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# (C) Copyright 2005 Luke Macken <lmacken@redhat.com>
B{FastestMirror} is a Yum plugin which sorts each repository's mirrorlist
according to connection speed prior to download.