]> git.seodisparate.com - UDPConnection/commitdiff
Minor fix to documentation
authorStephen Seo <seo.disparate@gmail.com>
Sat, 18 Apr 2020 07:19:59 +0000 (16:19 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Sat, 18 Apr 2020 07:19:59 +0000 (16:19 +0900)
src/UDPC.h

index b9e1ce33f488f48f34338344f91e5d2f41e8ab3e..2e6f45114eb4d79d09b849a842f935e93511be87 100644 (file)
@@ -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"
  *