summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorelie <elie>2007-02-24 22:53:42 +0000
committerelie <elie>2007-02-24 22:53:42 +0000
commitcd0f39619139095381abf8e898e13bbbe9faaf3b (patch)
tree508ec9a53f3ffc06b93e5304ccd7989ec8f975f0 /docs
parentc2c40361bdd3d3a05b76535a379eb294b1382036 (diff)
downloadpysnmp-cd0f39619139095381abf8e898e13bbbe9faaf3b.tar.gz
default onliner timeout/retries updated
Diffstat (limited to 'docs')
-rw-r--r--docs/pysnmp-tutorial.html8
1 files changed, 4 insertions, 4 deletions
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.
<DL>
<DT>class <STRONG>UdpTransportTarget</STRONG>(
<STRONG>transportAddr</STRONG>,
-<STRONG>timeout=1.5</STRONG>,
-<STRONG>retries=3</STRONG>
+<STRONG>timeout=1</STRONG>,
+<STRONG>retries=5</STRONG>
)</DT>
<DD>
<P>
@@ -1519,8 +1519,8 @@ integer.
</P>
<P>
Optional <STRONG>timeout</STRONG> and <STRONG>retries</STRONG> 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).
</P>
</DD>
</DL>