Skip to content

Commit a4fe074

Browse files
committed
one more try
1 parent 88721dc commit a4fe074

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Use the following procedures to install and test network latency with [Latte](ht
6161

6262
### Install Latte and configure VMs
6363

64-
1. [Download the latest version of latte.exe](https://github.com/microsoft/latte/releases/download/v0/latte.exe) into a separate folder on your computer, such as *c:\\tools*.
64+
1. [Download the latest version of latte.exe](https://github.com/microsoft/latte/releases/download/v0/latte.exe) to both VMs, into a separate folder such as *c:\\tools*.
6565

6666
1. On the *receiver* VM, create a Windows Defender Firewall `allow` rule to allow the Latte traffic to arrive through Windows Defender Firewall. It's easiest to allow the *latte.exe* program by name rather than to allow specific inbound TCP ports. In the command, replace the `<path>` placeholder with the path you downloaded *latte.exe* to, such as *c:\\tools\\*.
6767

@@ -86,7 +86,7 @@ Use the following procedures to install and test network latency with [Latte](ht
8686

8787
```cmd
8888
latte -c -a <receiver IP address>:<port> -i <iterations>
89-
```
89+
```
9090

9191
For example:
9292

@@ -126,6 +126,7 @@ On both the *sender* and *receiver* Linux VMs, run the following commands to pre
126126
sudo apt update
127127
sudo apt upgrade
128128
```
129+
129130
---
130131

131132
### Copy, compile, and install SockPerf

0 commit comments

Comments
 (0)