[pacman-dev] [PATCH] Add option MaxDlSpeed to limit download speed

Allan McRae allan at archlinux.org
Tue Aug 30 10:39:56 UTC 2016


On 20/08/16 04:12, Olivier Brunel wrote:
> Signed-off-by: Olivier Brunel <jjk at jjacky.com>
> ---
>  doc/pacman.8.txt      |  5 +++++
>  doc/pacman.conf.5.txt |  6 ++++++
>  lib/libalpm/alpm.h    |  3 +++
>  lib/libalpm/dload.c   |  1 +
>  lib/libalpm/handle.c  | 26 ++++++++++++++++++++++++++
>  lib/libalpm/handle.h  |  1 +
>  src/pacman/conf.c     | 11 +++++++++++
>  src/pacman/conf.h     |  4 +++-
>  src/pacman/pacman.c   | 11 +++++++++++
>  src/pacman/util.c     | 45 +++++++++++++++++++++++++++++++++++++++++++++
>  src/pacman/util.h     |  2 ++
>  11 files changed, 114 insertions(+), 1 deletion(-)
> 


I will look at this once we have the download timeout patches in so that
we have a consistent format for downloader options.

Thanks,
Allan


More information about the pacman-dev mailing list