diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-08-15 19:35:12 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-08-15 19:35:12 +0000 |
| commit | d58744e6fbd4804dd494218dfa6c0f113c3d0dd2 (patch) | |
| tree | a488e33e9799582cc24f39d59f52dbf1af56bf09 | |
| parent | 42754d65c038d149109b14b49d6afdf2e7ef8a12 (diff) | |
| download | qpid-python-d58744e6fbd4804dd494218dfa6c0f113c3d0dd2.tar.gz | |
QPID-4051: document the effect of setting connecttimeout to 0
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1373596 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml b/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml index 1c6bfafc27..fd32f42f2e 100644 --- a/doc/book/src/programming/Programming-In-Apache-Qpid-Book.xml +++ b/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> |
