summaryrefslogtreecommitdiff
path: root/examples/v3arch
diff options
context:
space:
mode:
authorelie <elie>2013-11-25 22:16:44 +0000
committerelie <elie>2013-11-25 22:16:44 +0000
commitc0c53b8f835d5020b218cc2a21acc8960f39a431 (patch)
treea36290056f5d66b256001bcd9e12b1d6126cfd30 /examples/v3arch
parent64fbab1b824c0e9c3a01c6c97fd1583074e18128 (diff)
downloadpysnmp-c0c53b8f835d5020b218cc2a21acc8960f39a431.tar.gz
comments improved
Diffstat (limited to 'examples/v3arch')
-rw-r--r--examples/v3arch/oneliner/manager/cmdgen/get-v2c-with-custom-timeout-and-retries.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/v3arch/oneliner/manager/cmdgen/get-v2c-with-custom-timeout-and-retries.py b/examples/v3arch/oneliner/manager/cmdgen/get-v2c-with-custom-timeout-and-retries.py
index 2c06aab..35f575d 100644
--- a/examples/v3arch/oneliner/manager/cmdgen/get-v2c-with-custom-timeout-and-retries.py
+++ b/examples/v3arch/oneliner/manager/cmdgen/get-v2c-with-custom-timeout-and-retries.py
@@ -13,10 +13,10 @@
# individual request timeout in seconds) can be set on a per-target basis
# as explained by the code that follows.
#
-# Keep in mind that while timeout value can be specified in fraction of a
-# second, default pysnmp timer resolution is quite low (tenth of a second)
-# so there's no much point in using timeouts below 0.5. Internal timer
-# can be programmatically adjusted to finer resolution if needed.
+# Keep in mind that while timeout value can be specified in fractions of a
+# second, default pysnmp timer resolution is quite low (about 0.5 sec)
+# so there's no much point in using timeouts which is not a multiple of 0.5
+# Internal timer can be programmatically adjusted to finer resolution if needed.
#
# If retries value is set to 0, pysnmp will issue a single request. Even
# if no response arrives, there will be no retry. Likewise, retries=1