Skip to content

Commit 5474256

Browse files
authored
Update virtual-network-test-latency.md
1 parent 99a7bf1 commit 5474256

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-network/virtual-network-test-latency.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ As you're analyzing test results, keep in mind the following recommendations:
6666
- Repeat tests whenever changes are observed or planned.
6767

6868

69-
## Testing VMs running Windows
69+
## Test VMs that are running Windows
7070

71-
## Get latte.exe onto the VMs
71+
### Get latte.exe onto the VMs
7272

7373
Download the [latest version of latte.exe](https://gallery.technet.microsoft.com/Latte-The-Windows-tool-for-ac33093b).
7474

7575
Consider putting latte.exe in separate folder, such as *c:\tools*.
7676

77-
## Allow latte.exe through Windows Defender Firewall
77+
### Allow latte.exe through Windows Defender Firewall
7878

7979
On the *receiver*, create an Allow rule on Windows Defender Firewall to allow the latte.exe traffic to arrive. It's easiest to allow the entire latte.exe program by name rather than to allow specific TCP ports inbound.
8080

@@ -88,7 +88,7 @@ For example, if you copied latte.exe to the *c:\tools* folder, this would be the
8888

8989
`netsh advfirewall firewall add rule program=c:\tools\latte.exe name="Latte" protocol=any dir=in action=allow enable=yes profile=ANY`
9090

91-
## Running latency tests
91+
### Run latency tests
9292

9393
* On the *receiver*, start latte.exe (run it from the CMD window, not from PowerShell):
9494

0 commit comments

Comments
 (0)