Skip to content

Commit

Permalink
Describe ZOOM option timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdickmeiss committed Nov 1, 2018
1 parent 8e44c0b commit 5b919d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/book.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1457,6 +1457,14 @@
1.2.840.10003.10.1000.81.3. Holds the original IP addresses
of a client. Is used if ZOOM is used in a gateway of some sort.
</entry><entry>none</entry></row>
<row><entry>
timeout</entry><entry>Idle timeout which specifies how long
ZOOM will wait for network I/O before giving up. Thus, the actual
waiting time might be longer than this value if the target makes
a chunked response and the time between each chunk arrive is
less this value. For the connect+init, this is the time
ZOOM will wait until receiving first byte from Init response.
</entry><entry>30</entry></row>
<row><entry>
async</entry><entry>If true (1) the connection operates in
asynchronous operation which means that all calls are non-blocking
Expand Down

0 comments on commit 5b919d1

Please sign in to comment.