Skip to content

SergeTheEngi/dribble

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dribble

fork of the trickle by Marius Aamodt Eriksen [email protected] http://monkey.org/~marius/trickle

Description

dribble is a voluntary, cooperative bandwidth shaper. dribble works entirely in userland and is cross platform compatible.

Install

autoreconf -if
./configure
make
su
make install

Note that on certain systems you may get the following error on make:

configure.in:220: error: do not use LIBOBJS directly, use AC_LIBOBJ (see 
  section `AC_LIBOBJ vs LIBOBJS'
        If this token and others are legitimate, please use m4_pattern_allow.
        See the Autoconf documentation.
  make: *** [configure] Error 1

this is easily circumvented by running make again.

To make a RedHat RPM, simply type

rpmbuild -ta trickle-1.07.tar.gz

Documentation

See the manpage trickle(1), trickled(8) and trickled.conf(5).

Thanks

License

dribble is distributed under the same license as trickle.

trickle is distributed under a BSD like license. Feel free to use, modify and distribute in any form. See the LICENSE file for more information.

About

Dribble is a fork of the Trickle - a userland bandwidth shaper for Unix-like systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.0%
  • M4 7.3%
  • Roff 4.9%
  • Other 0.8%