Discord integration,fixed game not launching with the mod, faster connection

This commit is contained in:
Anonymous275
2020-05-01 18:44:29 +03:00
parent 20dccf988a
commit 0e44138f51
9 changed files with 271 additions and 155 deletions

View File

@@ -601,7 +601,7 @@ enum {
ENET_PEER_WINDOW_SIZE_SCALE = 64 * 1024,
ENET_PEER_TIMEOUT_LIMIT = 32,
ENET_PEER_TIMEOUT_MINIMUM = 5000,
ENET_PEER_TIMEOUT_MAXIMUM = 30000,
ENET_PEER_TIMEOUT_MAXIMUM = 6000,
ENET_PEER_PING_INTERVAL = 500,
ENET_PEER_UNSEQUENCED_WINDOWS = 64,
ENET_PEER_UNSEQUENCED_WINDOW_SIZE = 1024,