[enet-cvs] CVS: enet/include/enet enet.h,1.18,1.19
Lee Salzman
enet at sferik.cubik.org
Sun Dec 21 20:31:51 PST 2003
- Previous message: [enet-cvs] CVS: enet/pyenet enet.pyx, NONE, 1.1 setup.py, 1.2,
1.3 licence.txt, 1.2, NONE pyenet.c, 1.3, NONE pyenet.def, 1.1,
NONE readme.txt, 1.2, NONE
- Next message: [enet-cvs] CVS: enet protocol.c,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/enet/cvsroot/enet/include/enet
In directory sferik:/tmp/cvs-serv30836/include/enet
Modified Files:
enet.h
Log Message:
tweaked timeout limit
Index: enet.h
===================================================================
RCS file: /home/enet/cvsroot/enet/include/enet/enet.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- enet.h 2003/12/17 01:34:50 1.18
+++ enet.h 2003/12/22 04:31:49 1.19
@@ -172,7 +172,7 @@
ENET_PEER_PACKET_LOSS_SCALE = (1 << 16),
ENET_PEER_PACKET_LOSS_INTERVAL = 10000,
ENET_PEER_WINDOW_SIZE_SCALE = 64 * 1024,
- ENET_PEER_TIMEOUT_LIMIT = 64,
+ ENET_PEER_TIMEOUT_LIMIT = 32,
ENET_PEER_PING_INTERVAL = 500
};
- Previous message: [enet-cvs] CVS: enet/pyenet enet.pyx, NONE, 1.1 setup.py, 1.2,
1.3 licence.txt, 1.2, NONE pyenet.c, 1.3, NONE pyenet.def, 1.1,
NONE readme.txt, 1.2, NONE
- Next message: [enet-cvs] CVS: enet protocol.c,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the enet-cvs
mailing list