mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
Fix typo
This commit is contained in:
@ -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;
|
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)
|
- Benchmark: Bi-directional data transfer benchmark (Also supports One-Way testing)
|
||||||
- Constant Throughput Set: Send desired amount of data per second
|
- 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 Signaling Server
|
||||||
- Start one of the signaling server from the examples folder. For example start `signaling-server-nodejs` like;
|
- 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
|
DC-1 Received: 7972 KB/s Sent: 8001 KB/s BufferSize: 82497
|
||||||
TOTL Received: 39894 KB/s Sent: 40005 KB/s
|
TOTL Received: 39894 KB/s Sent: 40005 KB/s
|
||||||
Stats# Received Total: 538 MB Sent Total: 581 MB RTT: 3 ms
|
Stats# Received Total: 538 MB Sent Total: 581 MB RTT: 3 ms
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user