From e3b36b361da08c33155466e3b3602ca32731af84 Mon Sep 17 00:00:00 2001 From: Glenn Fiedler Date: Tue, 17 Sep 2024 07:10:34 -0400 Subject: [PATCH] Update README.md Signed-off-by: Glenn Fiedler --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05df08d..87f5529 100644 --- a/README.md +++ b/README.md @@ -88,13 +88,13 @@ for ( int i = 0; i < num_acks; i++ ) } ``` -Once you process all acks, clear acks on the endpoint: +Once you process all acks, clear them: ```c reliable_endpoint_clear_acks( endpoint ); ``` -And make sure to update each endpoint once per-frame, so it keeps track of network connection stats like latency, packet loss and bandwidth sent, received and acked: +And make sure to update each endpoint once per-frame, so it keeps track of network connection stats like latency, jitter, packet loss and bandwidth: ```c reliable_endpoint_update( endpoint, time );