From f16e1721806f0cc1a6d7d3e91d05a23da145a9f2 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 31 Aug 2005 12:57:15 +0000 Subject: [PATCH] update comments --- direct/src/distributed/config_distributed.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/direct/src/distributed/config_distributed.cxx b/direct/src/distributed/config_distributed.cxx index d3d3be3354..e40ff3f375 100644 --- a/direct/src/distributed/config_distributed.cxx +++ b/direct/src/distributed/config_distributed.cxx @@ -35,14 +35,14 @@ ConfigVariableInt game_server_timeout_ms ConfigVariableDouble min_lag ("min-lag", 0.0, PRC_DESC("This represents the time in seconds by which to artificially lag " - "inbound messages. It is only used when the connection method is " - "NSPR.")); + "inbound messages. It is useful to test a game's tolerance of " + "network latency.")); ConfigVariableDouble max_lag ("max-lag", 0.0, PRC_DESC("This represents the time in seconds by which to artificially lag " - "inbound messages. It is only used when the connection method is " - "NSPR.")); + "inbound messages. It is useful to test a game's tolerance of " + "network latency.")); //////////////////////////////////////////////////////////////////// // Function: init_libdistributed