From fbce3beafe1997c3a24b5bd13418fb5af3750709 Mon Sep 17 00:00:00 2001 From: eihrul Date: Fri, 12 Oct 2007 23:10:28 +0000 Subject: *** empty log message *** --- include/enet/enet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/enet/enet.h b/include/enet/enet.h index d3bced8..49ee256 100644 --- a/include/enet/enet.h +++ b/include/enet/enet.h @@ -199,7 +199,9 @@ enum ENET_PEER_TIMEOUT_MINIMUM = 5000, ENET_PEER_TIMEOUT_MAXIMUM = 30000, ENET_PEER_PING_INTERVAL = 500, + ENET_PEER_UNSEQUENCED_WINDOWS = 512, ENET_PEER_UNSEQUENCED_WINDOW_SIZE = 4 * 32, + ENET_PEER_FREE_UNSEQUENCED_WINDOWS = 256, ENET_PEER_RELIABLE_WINDOWS = 16, ENET_PEER_RELIABLE_WINDOW_SIZE = 0x1000, ENET_PEER_FREE_RELIABLE_WINDOWS = 8 -- cgit v1.2.3