Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mas-bandwidth/reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Sep 19, 2024
2 parents ba120a7 + b06cc18 commit 57b0c90
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ You can then grab stats from the endpoint:
```c
printf( rtt = %.1fms | jitter = %.1fms | packet loss = %.1f%%\n",
reliable_endpoint_rtt_min( endpoint ),
reliable_endpoint_jitter( endpoint ),
reliable_endpoint_jitter_avg_vs_min_rtt( endpoint ),
reliable_endpoint_packet_loss( endpoint ) ),
```

Expand All @@ -125,26 +125,12 @@ reliable_endpoint_destroy( endpoint );
# Author
The author of this library is Glenn Fiedler.
The author of this library is [Glenn Fiedler](https://www.linkedin.com/in/glenn-fiedler-11b735302/).
Open source libraries by the same author include: [netcode](https://github.com/mas-bandwidth/netcode), [serialize](https://github.com/mas-bandwidth/serialize), and [yojimbo](https://github.com/mas-bandwidth/yojimbo)
If you find this software useful, [please consider sponsoring it](https://github.com/sponsors/mas-bandwidth). Thanks!
# Source Code
This repository holds the implementation of reliable in C.
Other reliable implementations include:
* [reliable Rust implementation](https://github.com/jaynus/reliable.io)
# Contributors
These people are awesome:
* [Walter Pearce](https://github.com/jaynus) - Rust Implementation
# License
[BSD 3-Clause license](https://opensource.org/licenses/BSD-3-Clause).

0 comments on commit 57b0c90

Please sign in to comment.