aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorLee Salzman <[email protected]>2024-06-26 08:30:38 -0400
committerLee Salzman <[email protected]>2024-06-26 08:30:38 -0400
commit29260f79cf15f8ca2979c71a050e554824b21e6d (patch)
treefe91397f2fce0860bbc314b65d2fc79bbe479ecd /include
parenta356ac0aa90c212903f19c52d7215158ca54cfdb (diff)
downloadenet-29260f79cf15f8ca2979c71a050e554824b21e6d.tar.gz
enet-29260f79cf15f8ca2979c71a050e554824b21e6d.zip
unsequenced comment fix
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 */