aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authoreihrul <eihrul>2005-07-19 05:27:30 +0000
committereihrul <eihrul>2005-07-19 05:27:30 +0000
commit758dea1d5980079b54627c4f64d57ea534251739 (patch)
tree43a2ea8bb7a355f8daf99ec41c6d65a30d95ba6a /include
parent940a220d6a87c3ed072ccebc30e9841e0ed63ffc (diff)
downloadenet-758dea1d5980079b54627c4f64d57ea534251739.tar.gz
enet-758dea1d5980079b54627c4f64d57ea534251739.zip
undoing rogue commit
Diffstat (limited to 'include')
-rw-r--r--include/enet/enet.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/enet/enet.h b/include/enet/enet.h
index d985a29..6ed12af 100644
--- a/include/enet/enet.h
+++ b/include/enet/enet.h
@@ -171,10 +171,8 @@ enum
ENET_PEER_PACKET_LOSS_INTERVAL = 10000,
ENET_PEER_WINDOW_SIZE_SCALE = 64 * 1024,
ENET_PEER_TIMEOUT_LIMIT = 32,
- ENET_PEER_TIMEOUT_MINIMUM = 3000,
- ENET_PEER_TIMEOUT_MAXIMUM = 30000,
- //ENET_PEER_TIMEOUT_MINIMUM = 30000,
- //ENET_PEER_TIMEOUT_MAXIMUM = 60000,
+ ENET_PEER_TIMEOUT_MINIMUM = 3000,
+ ENET_PEER_TIMEOUT_MAXIMUM = 30000,
ENET_PEER_PING_INTERVAL = 500,
ENET_PEER_UNSEQUENCED_WINDOW_SIZE = 4 * 32,
};