From b46927f84eb447639d77e48b9b0106441a256a20 Mon Sep 17 00:00:00 2001 From: Shun Tamura Date: Fri, 10 Nov 2023 18:52:06 +0900 Subject: [PATCH] Align numbers to example result --- docset/winserver2012-ps/netqos/New-NetQosPolicy.md | 6 +++--- docset/winserver2012r2-ps/netqos/New-NetQosPolicy.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docset/winserver2012-ps/netqos/New-NetQosPolicy.md b/docset/winserver2012-ps/netqos/New-NetQosPolicy.md index 848bc4e120..c5e9478ec0 100644 --- a/docset/winserver2012-ps/netqos/New-NetQosPolicy.md +++ b/docset/winserver2012-ps/netqos/New-NetQosPolicy.md @@ -140,7 +140,7 @@ AppPathName : ftp.exe ThrottleRate : 1.049 MBits/sec ``` -This example creates a QoS policy named FTP, that matches an application path at ftp.exe and throttles the traffic at 1 MBits per second. +This example creates a QoS policy named FTP, that matches an application path at ftp.exe and throttles the traffic at 1.049 MBits per second. This policy is ActiveStore, meaning that it is not persistent after reboot of the computer. An alias for the **ThrottleRateActionBytesPerSecond** parameter is `MaxBw`. @@ -172,7 +172,7 @@ IPPort : 80 ThrottleRate : 10.486 MBits/sec ``` -This example creates a QoS policy that matches TCP traffic sent to port 80 and rate-limits it at 10 MBits per second. +This example creates a QoS policy that matches TCP traffic sent to port 80 and rate-limits it at 10.486 MBits per second. ### EXAMPLE 5 ``` @@ -199,7 +199,7 @@ URIRecursive : False ThrottleRate : 516.096 KBits/sec ``` -This example creates a QoS policy named IIS, that matches return traffic from an HTTP server application with the specified URI and rate limit the return traffic at 500 KBits per second. +This example creates a QoS policy named IIS, that matches return traffic from an HTTP server application with the specified URI and rate limit the return traffic at 516.096 KBits per second. ## PARAMETERS diff --git a/docset/winserver2012r2-ps/netqos/New-NetQosPolicy.md b/docset/winserver2012r2-ps/netqos/New-NetQosPolicy.md index 5e5bda4b13..9ac441d122 100644 --- a/docset/winserver2012r2-ps/netqos/New-NetQosPolicy.md +++ b/docset/winserver2012r2-ps/netqos/New-NetQosPolicy.md @@ -151,7 +151,7 @@ AppPathName : ftp.exe ThrottleRate : 1.049 MBits/sec ``` -This example creates a QoS policy named FTP, that matches an application path at ftp.exe and throttles the traffic at 1 MBits per second. +This example creates a QoS policy named FTP, that matches an application path at ftp.exe and throttles the traffic at 1.049 MBits per second. This policy is ActiveStore, meaning that it is not persistent after reboot of the computer. An alias for the **ThrottleRateActionBytesPerSecond** parameter is `MaxBw`. @@ -183,7 +183,7 @@ IPPort : 80 ThrottleRate : 10.486 MBits/sec ``` -This example creates a QoS policy that matches TCP traffic sent to port 80 and rate-limits it at 10 MBits per second. +This example creates a QoS policy that matches TCP traffic sent to port 80 and rate-limits it at 10.486 MBits per second. ### EXAMPLE 5 ``` @@ -210,7 +210,7 @@ URIRecursive : False ThrottleRate : 516.096 KBits/sec ``` -This example creates a QoS policy named IIS, that matches return traffic from an HTTP server application with the specified URI and rate limit the return traffic at 500 KBits per second. +This example creates a QoS policy named IIS, that matches return traffic from an HTTP server application with the specified URI and rate limit the return traffic at 516.096 KBits per second. ## PARAMETERS