From 5dcab1d59057f4929a6a3287fb7e86ecdcd59e50 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sat, 18 Apr 2020 16:19:59 +0900 Subject: [PATCH] Minor fix to documentation --- src/UDPC.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/UDPC.h b/src/UDPC.h index b9e1ce3..2e6f451 100644 --- a/src/UDPC.h +++ b/src/UDPC.h @@ -196,6 +196,7 @@ typedef struct { * - UDPC_ET_NONE: No events have ocurred * - UDPC_ET_CONNECTED: A peer has initiated a connection * - UDPC_ET_DISCONNECTED: A peer has disconnected + * - UDPC_ET_FAIL_CONNECT: Failed to establish a connection to server peer * - UDPC_ET_GOOD_MODE: The connection has switched to "good mode" * - UDPC_ET_BAD_MODE: The connection has switched to "bad mode" *