From 733925089b0d3196a42e3c949ed6b80c5a5c170a Mon Sep 17 00:00:00 2001 From: elie Date: Mon, 25 Nov 2013 22:16:44 +0000 Subject: comments improved --- .../asyncore/sync/manager/cmdgen/custom-timeout-and-retries.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/hlapi') diff --git a/examples/hlapi/asyncore/sync/manager/cmdgen/custom-timeout-and-retries.py b/examples/hlapi/asyncore/sync/manager/cmdgen/custom-timeout-and-retries.py index 2c06aab1..35f575d5 100644 --- a/examples/hlapi/asyncore/sync/manager/cmdgen/custom-timeout-and-retries.py +++ b/examples/hlapi/asyncore/sync/manager/cmdgen/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 -- cgit v1.2.1