Skip to content

Commit e3b36b3

Browse files
Update README.md
Signed-off-by: Glenn Fiedler <glenn@networknext.com>
1 parent 3e6aa43 commit e3b36b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ for ( int i = 0; i < num_acks; i++ )
8888
}
8989
```
9090

91-
Once you process all acks, clear acks on the endpoint:
91+
Once you process all acks, clear them:
9292

9393
```c
9494
reliable_endpoint_clear_acks( endpoint );
9595
```
9696
97-
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:
97+
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:
9898
9999
```c
100100
reliable_endpoint_update( endpoint, time );

0 commit comments

Comments
 (0)