From 7bcef65dbdddba239f7f38cd9cf199dd3266733f Mon Sep 17 00:00:00 2001 From: eihrul Date: Fri, 12 Oct 2007 05:21:57 +0000 Subject: *** empty log message *** --- include/enet/enet.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/enet/enet.h b/include/enet/enet.h index 9d8c200..d3bced8 100644 --- a/include/enet/enet.h +++ b/include/enet/enet.h @@ -201,7 +201,8 @@ enum ENET_PEER_PING_INTERVAL = 500, ENET_PEER_UNSEQUENCED_WINDOW_SIZE = 4 * 32, ENET_PEER_RELIABLE_WINDOWS = 16, - ENET_PEER_RELIABLE_WINDOW_SIZE = 0x1000 + ENET_PEER_RELIABLE_WINDOW_SIZE = 0x1000, + ENET_PEER_FREE_RELIABLE_WINDOWS = 8 }; typedef struct _ENetChannel -- cgit v1.2.3