You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docset/winserver2012-ps/netqos/New-NetQosPolicy.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ AppPathName : ftp.exe
140
140
ThrottleRate : 1.049 MBits/sec
141
141
```
142
142
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.
144
144
This policy is ActiveStore, meaning that it is not persistent after reboot of the computer.
145
145
146
146
An alias for the **ThrottleRateActionBytesPerSecond** parameter is `MaxBw`.
@@ -172,7 +172,7 @@ IPPort : 80
172
172
ThrottleRate : 10.486 MBits/sec
173
173
```
174
174
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.
176
176
177
177
### EXAMPLE 5
178
178
```
@@ -199,7 +199,7 @@ URIRecursive : False
199
199
ThrottleRate : 516.096 KBits/sec
200
200
```
201
201
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.
Copy file name to clipboardExpand all lines: docset/winserver2012r2-ps/netqos/New-NetQosPolicy.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ AppPathName : ftp.exe
151
151
ThrottleRate : 1.049 MBits/sec
152
152
```
153
153
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.
155
155
This policy is ActiveStore, meaning that it is not persistent after reboot of the computer.
156
156
157
157
An alias for the **ThrottleRateActionBytesPerSecond** parameter is `MaxBw`.
@@ -183,7 +183,7 @@ IPPort : 80
183
183
ThrottleRate : 10.486 MBits/sec
184
184
```
185
185
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.
187
187
188
188
### EXAMPLE 5
189
189
```
@@ -210,7 +210,7 @@ URIRecursive : False
210
210
ThrottleRate : 516.096 KBits/sec
211
211
```
212
212
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.
0 commit comments