Mget is available.
Table of Contents
1 Introduction
MulityGet to speed up downloading from server.
It provides a library named libmget and a sample app named tmget.
You can download it from: here .
2 Use tmget in gentoo
You can set tmget to be used to fetch resources from internet, just update you make.conf:
FETCHCOMMAND="/usr/bin/tmget -j 8 -o \"\${DISTDIR}/\${FILE}\" \"\${URI}\"" RESUMECOMMAND="${FETCHCOMMAND}"
3 About MTU
Remember to change you MTU to larger value (for example 7200), it MAY help.
ifconfig eth0 mtu 7200
(转载请注明出处,使用许可:署名-非商业性使用-相同方式共享 3.0 中国大陆许可协议 。)