diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-25 14:19:41 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-25 14:19:41 +0000 |
commit | 1284105065b4cebdaa3062b3279cb709a83bb0e8 (patch) | |
tree | 1d25459d232544720c3b748e35d5e77b5c5f0a3c /net/trickle/DESCR | |
parent | 792d60fc1e0550b39dff7050f3ef2ae66b8923ea (diff) | |
download | pkgsrc-1284105065b4cebdaa3062b3279cb709a83bb0e8.tar.gz |
Initial import of trickle 1.06. Package imported from pkgsrc-wip.
trickle is a portable lightweight userspace bandwidth shaper. It
can run in collaborative mode (together with trickled) or in stand
alone mode. trickle works by taking advantage of the unix loader
preloading. Essentially it provides, to the application, a new
version of the functionality that is required to send and receive
data through sockets. It then limits traffic based on delaying the
sending and receiving of data over a socket. Trickle runs entirely
in userspace and does not require root privileges.
Diffstat (limited to 'net/trickle/DESCR')
-rw-r--r-- | net/trickle/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/trickle/DESCR b/net/trickle/DESCR new file mode 100644 index 00000000000..7efb141ea95 --- /dev/null +++ b/net/trickle/DESCR @@ -0,0 +1,8 @@ +trickle is a portable lightweight userspace bandwidth shaper. It +can run in collaborative mode (together with trickled) or in stand +alone mode. trickle works by taking advantage of the unix loader +preloading. Essentially it provides, to the application, a new +version of the functionality that is required to send and receive +data through sockets. It then limits traffic based on delaying the +sending and receiving of data over a socket. Trickle runs entirely +in userspace and does not require root privileges. |