From 47d2e192aa6a0294eaed69a95a7755c890759106 Mon Sep 17 00:00:00 2001 From: Lee Salzman Date: Thu, 23 Jul 2020 04:42:59 -0400 Subject: use unified outgoing command queue for reliable and unreliable commands --- include/enet/enet.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/enet/enet.h b/include/enet/enet.h index 54d91b5..a736173 100644 --- a/include/enet/enet.h +++ b/include/enet/enet.h @@ -313,8 +313,7 @@ typedef struct _ENetPeer ENetList acknowledgements; ENetList sentReliableCommands; ENetList sentUnreliableCommands; - ENetList outgoingReliableCommands; - ENetList outgoingUnreliableCommands; + ENetList outgoingCommands; ENetList dispatchedCommands; enet_uint16 flags; enet_uint8 roundTripTimeRemainder; -- cgit v1.2.3