diff options
author | eihrul <eihrul> | 2007-10-12 23:15:29 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2007-10-12 23:15:29 +0000 |
commit | abf0c95e8a80adc3eff198324ac0ccb1ecfda954 (patch) | |
tree | b6b16cc6bb196c2ea86f4e122debaa668b8f47b5 /include | |
parent | fbce3beafe1997c3a24b5bd13418fb5af3750709 (diff) | |
download | enet-abf0c95e8a80adc3eff198324ac0ccb1ecfda954.tar.gz enet-abf0c95e8a80adc3eff198324ac0ccb1ecfda954.zip |
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r-- | include/enet/enet.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/enet/enet.h b/include/enet/enet.h index 49ee256..14106aa 100644 --- a/include/enet/enet.h +++ b/include/enet/enet.h @@ -199,9 +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_UNSEQUENCED_WINDOWS = 64, + ENET_PEER_UNSEQUENCED_WINDOW_SIZE = 1024, + ENET_PEER_FREE_UNSEQUENCED_WINDOWS = 32, ENET_PEER_RELIABLE_WINDOWS = 16, ENET_PEER_RELIABLE_WINDOW_SIZE = 0x1000, ENET_PEER_FREE_RELIABLE_WINDOWS = 8 |