aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authoreihrul <eihrul>2004-11-23 16:29:12 +0000
committereihrul <eihrul>2004-11-23 16:29:12 +0000
commit49414930c5f85a0d11f2325108c0bb4f0b838ded (patch)
tree7db7fcfe6b5c83536e5955141e34a31687d9d281 /include
parentd0764152e4dbeaef56c60389257258f557a73947 (diff)
downloadenet-49414930c5f85a0d11f2325108c0bb4f0b838ded.tar.gz
enet-49414930c5f85a0d11f2325108c0bb4f0b838ded.zip
comment fix
Diffstat (limited to 'include')
-rw-r--r--include/enet/enet.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/enet/enet.h b/include/enet/enet.h
index dbc0ae0..b497409 100644
--- a/include/enet/enet.h
+++ b/include/enet/enet.h
@@ -89,8 +89,9 @@ typedef enum
* of the allocated data. The flags field is either 0 (specifying no flags),
* or a bitwise-or of any combination of the following flags:
*
- * ENET_PACKET_FLAG_RELIABLE - packet must be received by the ta
-
+ * ENET_PACKET_FLAG_RELIABLE - packet must be received by the target peer
+ * and resend attempts should be made until the packet is delivered
+
@sa ENetPacketFlag
*/
typedef struct _ENetPacket