summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authoreihrul <eihrul>2007-10-12 05:21:57 +0000
committereihrul <eihrul>2007-10-12 05:21:57 +0000
commit7bcef65dbdddba239f7f38cd9cf199dd3266733f (patch)
treec1cf01d2c68eb91faf09f2f89f10e5e48c417393 /include
parent0b49c1bbcd804ffd19b964075df6aa26045359ae (diff)
downloadenet-7bcef65dbdddba239f7f38cd9cf199dd3266733f.tar.gz
enet-7bcef65dbdddba239f7f38cd9cf199dd3266733f.zip
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r--include/enet/enet.h3
1 files changed, 2 insertions, 1 deletions
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