From b73415b48ce799ff72af1e0efbef08dbccef3b22 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Wed, 1 Jun 2016 21:29:32 +0200 Subject: [PATCH] Fixed wrong performance setup description --- performance.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/performance.md b/performance.md index 7749d2b..21563fb 100644 --- a/performance.md +++ b/performance.md @@ -45,8 +45,8 @@ $> iperf -c DST -t 30 The test is run in 3 steps: * Native throughput without VpnCloud (`DST` is the native address of the receiver) -* Throughput via VpnCloud (`DST` is `10.2.1.2`) -* Encrypted throughput via VpnCloud (`DST` is `10.2.1.2`) +* Throughput via VpnCloud (`DST` is `10.0.0.2`) +* Encrypted throughput via VpnCloud (`DST` is `10.0.0.2`) | Throughput test | Bandwidth | CPU usage (one core) | @@ -66,8 +66,8 @@ The latency is measured with the following command: $> ping DST -c 30000 -i 0.001 -s SIZE -U -q ``` -For all the test, the best average RTT out of 3 runs is selected. The latency is -assumed to be half of the RTT. +For all the test, the second best average RTT out of 5 runs is selected. +The latency is assumed to be half of the RTT. | Payload size | 100 bytes | 500 bytes | 1000 bytes |