[ENet-discuss] [patch] enet.h copy'n'paste comment fix
Adam D. Moss
adam at gimp.org
Tue Nov 23 08:21:55 PST 2004
Hi. A minor change, to what I assume was meant here.
--Adam
-------------- next part --------------
Index: vendor/enet/include/enet/enet.h
===================================================================
--- vendor/enet/include/enet/enet.h (revision 3107)
+++ vendor/enet/include/enet/enet.h (working copy)
@@ -89,8 +89,9 @@
* 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
More information about the ENet-discuss
mailing list