Slackware 13.1 - Installing trickle (with epkg) =============================================== Public domain ******************************************************************************** ### Installation _install libevent before this_ [Download Link](http://monkey.org/~marius/trickle/trickle-1.07.tar.gz) cd /usr/src wget -c "http://pmoghadam.com/homepage/Pages/Deposit/Source-packages/trickle-1.07.tar.gz" su - install cd /usr/src tar xf trickle-1.07.tar.gz cd trickle-1.07 ./configure --prefix=/usr/ sed -i -e 's,#define in_addr_t unsigned long,,' config.h make make install DESTDIR=/usr/local/encap/trickle-1.07 logout cd /usr/local/encap/ mkencap trickle-1.07 epkg trickle-1.07 ******************************************************************************** ### Usage trickle -d 15 \ aria2c --listen-port 6885 --max-upload-limit 20K --seed-time 2 "$URL" ******************************************************************************** _BY: Pejman Moghadam_ _TAG: trickle, epkg, traffic-control_ _DATE: 2012-10-01 22:12:47_