15 #include "config_distributed.h" 18 Configure(config_distributed);
19 NotifyCategoryDef(distributed,
"");
21 ConfigureFn(config_distributed) {
22 init_libdistributed();
26 (
"game-server-timeout-ms", 20000,
27 PRC_DESC(
"This represents the amount of time to block waiting for the TCP " 28 "connection to the game server. It is only used when the connection " 33 PRC_DESC(
"This represents the time in seconds by which to artificially lag " 34 "inbound messages. It is useful to test a game's tolerance of " 39 PRC_DESC(
"This represents the time in seconds by which to artificially lag " 40 "inbound messages. It is useful to test a game's tolerance of " 44 (
"handle-datagrams-internally",
true,
45 PRC_DESC(
"When this is true, certain datagram types can be handled " 46 "directly by the C++ cConnectionRepository implementation, " 47 "for performance reasons. When it is false, all datagrams " 48 "are handled by the Python implementation."));
59 init_libdistributed() {
60 static bool initialized =
false;
This is a convenience class to specialize ConfigVariable as a boolean type.
This is a convenience class to specialize ConfigVariable as a floating-point type.
This is a convenience class to specialize ConfigVariable as an integer type.