Current section
Files
Jump to
Current section
Files
src/speed_trap.app.src
{application,speed_trap,
[{description,"Rate limiter based on Token Bucket algoritm"},
{vsn,"1.1.1"},
{registered,[speed_trap_sup,speed_trap_token_bucket]},
{mod,{speed_trap_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[]}]}.