17 #if !defined(CPPPARSER) && !defined(LINK_ALL_STATIC) && !defined(BUILDING_DIRECT_DISTRIBUTED) 18 #error Buildsystem error: BUILDING_DIRECT_DISTRIBUTED not defined 21 Configure(config_distributed);
22 NotifyCategoryDef(distributed,
"");
24 ConfigureFn(config_distributed) {
29 (
"game-server-timeout-ms", 20000,
30 PRC_DESC(
"This represents the amount of time to block waiting for the TCP " 31 "connection to the game server. It is only used when the connection " 36 PRC_DESC(
"This represents the time in seconds by which to artificially lag " 37 "inbound messages. It is useful to test a game's tolerance of " 42 PRC_DESC(
"This represents the time in seconds by which to artificially lag " 43 "inbound messages. It is useful to test a game's tolerance of " 47 (
"handle-datagrams-internally",
true,
48 PRC_DESC(
"When this is true, certain datagram types can be handled " 49 "directly by the C++ cConnectionRepository implementation, " 50 "for performance reasons. When it is false, all datagrams " 51 "are handled by the Python implementation."));
61 static bool initialized =
false;
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
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.
void init_libdistributed()
Initializes the library.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is a convenience class to specialize ConfigVariable as an integer type.