Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
b23r0 committed Jun 12, 2022
1 parent 6a63d1c commit e4cc4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ async fn connect(){

# Benchmark

Use Tcp to compare with this project. Set the server packet loss rate to 50%(), the client connects to the server, and the server sends an 800-byte packet every 30ms, a total of 100 times. The client counts the delay time of each received data, and calculates the average time of receiving 100 data. The following results are obtained.
Use Tcp to compare with this project. Set the server packet loss rate to 50%, the client connects to the server, and the server sends an 800-byte packet every 30ms, a total of 100 times. The client counts the delay time of each received data, and calculates the average time of receiving 100 times. The following results are obtained.

Test code: https://github.com/b23r0/rust-raknet/blob/main/example/test_benchmark/src/main.rs

result:
Result:

![image]( https://github.com/b23r0/rust-raknet/blob/main/images/benchmark20220612.jpg)

Expand Down

0 comments on commit e4cc4d4

Please sign in to comment.