aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLee Salzman <[email protected]>2015-12-30 18:13:58 -0500
committerLee Salzman <[email protected]>2015-12-30 18:13:58 -0500
commit809a1d15b6ecd826fbaacf060b748b7070fb8e73 (patch)
tree3bd7c5eea25aee4d1bc620c84e7d0266781d360f
parent5f476546edabdf37509cd3448d1a616f5eca535d (diff)
downloadenet-809a1d15b6ecd826fbaacf060b748b7070fb8e73.tar.gz
enet-809a1d15b6ecd826fbaacf060b748b7070fb8e73.zip
update packet flag documentation
-rw-r--r--include/enet/enet.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/enet/enet.h b/include/enet/enet.h
index 5e21ee8..9389400 100644
--- a/include/enet/enet.h
+++ b/include/enet/enet.h
@@ -138,7 +138,11 @@ typedef void (ENET_CALLBACK * ENetPacketFreeCallback) (struct _ENetPacket *);
* (not supported for reliable packets)
*
* ENET_PACKET_FLAG_NO_ALLOCATE - packet will not allocate data, and user must supply it instead
-
+ *
+ * ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT - packet will be fragmented using unreliable
+ * (instead of reliable) sends if it exceeds the MTU
+ *
+ * ENET_PACKET_FLAG_SENT - whether the packet has been sent from all queues it has been entered into
@sa ENetPacketFlag
*/
typedef struct _ENetPacket