Skip to content

Improving the Rate Limiting algorithm #1

Description

@MeherRushi

Currently, we have implemented a simple Fixed Window Algorithm for dropping packets.

The algorithm can be improved to token bucked filter or sliding window rate limiting.
Reference : token bucket, fixed and sliding window

We can look into implementing all the three algorithms and providing the option to the user to select one of them

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions