From 49414930c5f85a0d11f2325108c0bb4f0b838ded Mon Sep 17 00:00:00 2001 From: eihrul Date: Tue, 23 Nov 2004 16:29:12 +0000 Subject: [PATCH] comment fix --- include/enet/enet.h | 5 +++-- 1 file 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