windows-powershell-docs icon indicating copy to clipboard operation
windows-powershell-docs copied to clipboard

Add more details for ThrottleRateActionBitsPerSecond parameter in New-NetQosPolicy

Open YuxuanZhuAtMS opened this issue 7 months ago • 4 comments

PR Summary

Add more details for ThrottleRateActionBitsPerSecond parameter in New-NetQosPolicy for some extreme conditions.

We're using New-NetQosPolicy in production to choke some application by setting ThrottleRateActionBitsPerSecond as low as possible, but it turns out that:

  • 0 means no rate limiting, will be ignored
  • the value will be rounded down to nearest multiple of 8 (e.g. 500 -> 496)

Adding these details into documentation to avoid confusion for others.

PR Checklist

  • [x] Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • [x] Summary: This PR's summary describes the scope and intent of the change.
  • [x] Contributor's Guide: I have read the contributors guide.
  • [x] Style: This PR adheres to the style guide.

YuxuanZhuAtMS avatar Jul 04 '24 10:07 YuxuanZhuAtMS