aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/enet/enet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/enet/enet.h b/include/enet/enet.h
index 3001018..c748eb5 100644
--- a/include/enet/enet.h
+++ b/include/enet/enet.h
@@ -108,7 +108,6 @@ typedef enum _ENetPacketFlag
* made until the packet is delivered */
ENET_PACKET_FLAG_RELIABLE = (1 << 0),
/** packet will not be sequenced with other packets
- * not supported for reliable packets
*/
ENET_PACKET_FLAG_UNSEQUENCED = (1 << 1),
/** packet will not allocate data, and user must supply it instead */