Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Fiedler <glenn@networknext.com>
  • Loading branch information
gafferongames committed Dec 28, 2023
1 parent b8eca39 commit 79f083a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ for ( int i = 0; i < num_acks; i++ )
}
```

Once you process all acks, clear acks on the endpoint:

```c
reliable_endpoint_clear_acks( endpoint );
```
When you are finished with an endpoint, destroy it:
```c
Expand Down

0 comments on commit 79f083a

Please sign in to comment.