mirror of
https://github.com/glest/glest-source.git
synced 2025-09-28 00:19:00 +02:00
- attempt to disable packet throttling on windows
- added some network packet debug code
This commit is contained in:
@@ -93,6 +93,8 @@ const char *GAME_ARGS[] = {
|
||||
"--disable-opengl-checks",
|
||||
"--disable-streflop-checks",
|
||||
"--debug-network-packets",
|
||||
"--debug-network-packet-sizes",
|
||||
"--debug-network-packet-stats",
|
||||
"--enable-new-protocol",
|
||||
|
||||
"--create-data-archives",
|
||||
@@ -175,6 +177,8 @@ enum GAME_ARG_TYPE {
|
||||
GAME_ARG_DISABLE_STREFLOP_CAPS_CHECK,
|
||||
|
||||
GAME_ARG_DEBUG_NETWORK_PACKETS,
|
||||
GAME_ARG_DEBUG_NETWORK_PACKET_SIZES,
|
||||
GAME_ARG_DEBUG_NETWORK_PACKET_STATS,
|
||||
GAME_ARG_ENABLE_NEW_PROTOCOL,
|
||||
|
||||
GAME_ARG_CREATE_DATA_ARCHIVES,
|
||||
|
Reference in New Issue
Block a user