summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-08-15 19:35:12 +0000
committerRobert Gemmell <robbie@apache.org>2012-08-15 19:35:12 +0000
commitaac740ffa3827348a3a8d5b4702fc54a5ee027c3 (patch)
tree6136fbaafe9af52cddb3f85553007b41f675309a
parentaadd54d74955f5a709f0621f862eac9ceb3024fc (diff)
downloadqpid-python-aac740ffa3827348a3a8d5b4702fc54a5ee027c3.tar.gz
QPID-4051: document the effect of setting connecttimeout to 0
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1373596 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml b/qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml
index 1c6bfafc27..fd32f42f2e 100644
--- a/qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml
+++ b/qpid/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml
@@ -3317,7 +3317,7 @@ spout - -content "$(cat rdu.xml | sed -e 's/70/45/')" xml/weather
integer
</entry>
<entry>
- Length of time to wait before attempting to reconnect (in milliseconds). Defaults to 0.
+ Length of time (in milliseconds) to wait before attempting to reconnect. Defaults to 0.
</entry>
</row>
<row>
@@ -3328,7 +3328,7 @@ spout - -content "$(cat rdu.xml | sed -e 's/70/45/')" xml/weather
integer
</entry>
<entry>
- Length of time to wait for the connection to succeed (in milliseconds). Defaults to 30000.
+ Length of time (in milliseconds) to wait for the socket connection to succeed. A value of 0 represents an infinite timeout, i.e. the connection attempt will block until established or an error occurs. Defaults to 30000.
</entry>
</row>
<row>