From cd0f39619139095381abf8e898e13bbbe9faaf3b Mon Sep 17 00:00:00 2001 From: elie Date: Sat, 24 Feb 2007 22:53:42 +0000 Subject: default onliner timeout/retries updated --- docs/pysnmp-tutorial.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/pysnmp-tutorial.html b/docs/pysnmp-tutorial.html index a7ee62a..ca077c6 100644 --- a/docs/pysnmp-tutorial.html +++ b/docs/pysnmp-tutorial.html @@ -1504,8 +1504,8 @@ accessible through UDP domain transport.
class UdpTransportTarget( transportAddr, -timeout=1.5, -retries=3 +timeout=1, +retries=5 )

@@ -1519,8 +1519,8 @@ integer.

Optional timeout and retries parameters -may be used to modify default response timeout (1.5 seconds) and number -of succesive request retries (3 times). +may be used to modify default response timeout (1 second) and number +of succesive request retries (5 times).

-- cgit v1.2.1