summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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>