Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TokenBucket: use 64bit if supported #179

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

TokenBucket: use 64bit if supported #179

wants to merge 2 commits into from

Commits on May 7, 2020

  1. TokenBucket: use 64bit if supported

    Allows all elements such as ratedsource, ratedsplitter, ratedunqueue,
    and bandwidthratedunqueue to use > 4G rate.
    
    tokenbucket64 could have lass copy pasting, but I don't have time.
    tbarbette committed May 7, 2020
    Configuration menu
    Copy the full SHA
    6989217 View commit details
    Browse the repository at this point in the history
  2. static_assert fixed

    aliireza authored and tbarbette committed May 7, 2020
    Configuration menu
    Copy the full SHA
    aaa8aeb View commit details
    Browse the repository at this point in the history