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 Dec 30, 2023
1 parent d3cd261 commit ab60b37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ reliable_endpoint_receive_packet( endpoint, packet_data, packet_bytes );
Now you can send packets through the endpoint:

```c
uint8_t packet[8];
memset( packet, 0, sizeof( packet ) );
reliable_endpoint_send_packet( endpoint, packet, sizeof( packet ) );
reliable_endpoint_send_packet( endpoint, packet_data, packet_bytes );
```
And can get acks for packets sent through an endpoint like this:
Expand Down

0 comments on commit ab60b37

Please sign in to comment.