Skip to content

Commit b46927f

Browse files
committed
Align numbers to example result
1 parent 0d463e3 commit b46927f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docset/winserver2012-ps/netqos/New-NetQosPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ AppPathName : ftp.exe
140140
ThrottleRate : 1.049 MBits/sec
141141
```
142142

143-
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.
143+
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.
144144
This policy is ActiveStore, meaning that it is not persistent after reboot of the computer.
145145

146146
An alias for the **ThrottleRateActionBytesPerSecond** parameter is `MaxBw`.
@@ -172,7 +172,7 @@ IPPort : 80
172172
ThrottleRate : 10.486 MBits/sec
173173
```
174174

175-
This example creates a QoS policy that matches TCP traffic sent to port 80 and rate-limits it at 10 MBits per second.
175+
This example creates a QoS policy that matches TCP traffic sent to port 80 and rate-limits it at 10.486 MBits per second.
176176

177177
### EXAMPLE 5
178178
```
@@ -199,7 +199,7 @@ URIRecursive : False
199199
ThrottleRate : 516.096 KBits/sec
200200
```
201201

202-
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.
202+
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.
203203

204204
## PARAMETERS
205205

docset/winserver2012r2-ps/netqos/New-NetQosPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ AppPathName : ftp.exe
151151
ThrottleRate : 1.049 MBits/sec
152152
```
153153

154-
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.
154+
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.
155155
This policy is ActiveStore, meaning that it is not persistent after reboot of the computer.
156156

157157
An alias for the **ThrottleRateActionBytesPerSecond** parameter is `MaxBw`.
@@ -183,7 +183,7 @@ IPPort : 80
183183
ThrottleRate : 10.486 MBits/sec
184184
```
185185

186-
This example creates a QoS policy that matches TCP traffic sent to port 80 and rate-limits it at 10 MBits per second.
186+
This example creates a QoS policy that matches TCP traffic sent to port 80 and rate-limits it at 10.486 MBits per second.
187187

188188
### EXAMPLE 5
189189
```
@@ -210,7 +210,7 @@ URIRecursive : False
210210
ThrottleRate : 516.096 KBits/sec
211211
```
212212

213-
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.
213+
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.
214214

215215
## PARAMETERS
216216

0 commit comments

Comments
 (0)