Skip to content
forked from jlouis/rlimit

Magnus Klaar's rate limiter code from etorrent

Notifications You must be signed in to change notification settings

tallaproject/rlimit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rate limitation

Rlimit is a rate limitation system which keeps track of rates for underlying processes. Its main use is inside the etorrent application for rate limiting the upstream so you don't overrun a slow line.

It implements a delay RED regulator on top of a Token Bucket Regulator, so when the rate limit is approached, the chance of a delay to happen becomes gradually higher and higher.

About

Magnus Klaar's rate limiter code from etorrent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 99.1%
  • Makefile 0.9%