Document new z3950_client timeout features MP-596
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 17 Mar 2015 13:35:23 +0000 (14:35 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 17 Mar 2015 13:35:23 +0000 (14:35 +0100)
doc/z3950_client.xml

index a5f9132..1d59834 100644 (file)
   </para>
   <para>
    <variablelist>
+    <varlistentry><term>connect-timeout</term>
+     <listitem>
+      <para>
+       Specifies how long the client will wait for TCP connect to
+       complete before giving up. Default value is 30 seconds.
+      </para>
+     </listitem>
+    </varlistentry>
+    <varlistentry><term>init-timeout</term>
+     <listitem>
+      <para>
+       Specifies how long the client will wait for Z39.50 Init response
+       before giving up. Default value is 10 seconds.
+      </para>
+     </listitem>
+    </varlistentry>
     <varlistentry><term>timeout</term>
      <listitem>
       <para>
-       Specifies how long the client will wait for any request
-       before giving up. Default value is 30 seconds.
+       Specifies how long the client will wait for any request other
+       than Init before giving up. Default value is 30 seconds.
       </para>
      </listitem>
     </varlistentry>