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
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