From 4f117421962b7a193d98b7578397ce3a6c2f1a55 Mon Sep 17 00:00:00 2001 From: Glenn Fiedler Date: Wed, 27 Dec 2023 16:31:21 -0500 Subject: [PATCH] Update README.md Signed-off-by: Glenn Fiedler --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 52f8744..8470b84 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,6 @@ And a function to process received packets: static int process_packet( void * context, uint64_t id, uint16_t sequence, uint8_t * packet_data, int packet_bytes ) { // read the packet here and process its contents, return 0 if the packet should not be acked - return 1; } ```