Add connection establishment rate limiter parameters to config fuzzer

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Networking & Observability
    • N&O 2025-07-07
    • None
    • 3
    • TBD
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      To ensure we exercise the code for connection establishment rate limiting outside of the targetted noPassthrough tests, we will want to add the following parameters to the config fuzzer, with the following bounds to ensure we aren't too restrictive (which could cause test timeouts):

      ingressSessionEstablishmentRateLimiterEnabled: [true, false]
      ingressConnectionEstablishmentBurstCapacitySecs: [0.1, DBL_MAX]
      ingressConnectionEstablishmentMaxQueueDepth: [100, INT_MAX]
      ingressConnectionEstablishmentRatePerSec: [20, INT_MAX]

            Assignee:
            Erin McNulty
            Reporter:
            Erin McNulty
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: