From 86f93e9aa392ef3b51fa8017fae1eb5ea4b52e32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Murat=20Do=C4=9Fan?= Date: Tue, 8 Jun 2021 11:59:08 +0300 Subject: [PATCH] Fix typo --- examples/client-benchmark/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/client-benchmark/README.md b/examples/client-benchmark/README.md index fa89e2f..7e7ecc9 100644 --- a/examples/client-benchmark/README.md +++ b/examples/client-benchmark/README.md @@ -3,7 +3,7 @@ This directory contains a native client to open Data Channels with WebSocket signaling using libdatachannel and benchmark functionalities. It offers three functionalities; - Benchmark: Bi-directional data transfer benchmark (Also supports One-Way testing) - Constant Throughput Set: Send desired amount of data per second -- Multiple Data Channel: Create desried count of data channel +- Multiple Data Channel: Create desired amount of data channel ## Start Signaling Server - Start one of the signaling server from the examples folder. For example start `signaling-server-nodejs` like; @@ -460,4 +460,4 @@ Stats# Received Total: 343 MB Sent Total: 372 MB RTT: 16 ms DC-1 Received: 7972 KB/s Sent: 8001 KB/s BufferSize: 82497 TOTL Received: 39894 KB/s Sent: 40005 KB/s Stats# Received Total: 538 MB Sent Total: 581 MB RTT: 3 ms -``` \ No newline at end of file +```