Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Fiedler <[email protected]>
  • Loading branch information
gafferongames authored Sep 17, 2024
1 parent 07239e0 commit 25581e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 25581e2

Please sign in to comment.