Replace indexdata.dk/gils with z3950.indexdata.com MP-624
[metaproxy-moved-to-github.git] / doc / z3950_client.xml
index ec9d3af..ff59c11 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>
       </para>
      </listitem>
     </varlistentry>
+    <varlistentry><term>charset</term>
+     <listitem>
+      <para>
+       If set, holds Z39.50 negotiation charset (encoding) that is
+       sent via the Initialize Request. If Initalize Request already
+       contains negotaition information it will be left un-modified.
+      </para>
+     </listitem>
+    </varlistentry>
+    <varlistentry><term>bind_host</term>
+     <listitem>
+      <para>
+       Is a boolean value (false, true). If true, the out going
+       TCP connection will be bound to the same as listening IP.
+      </para>
+     </listitem>
+    </varlistentry>
    </variablelist>
   </para>
  </refsect1>
    <screen><![CDATA[
     <filter type="z3950_client">
      <timeout>30</timeout>
-     <default_target>z3950.indexdata.dk</default_target>
+     <default_target>z3950.indexdata.com</default_target>
     </filter>
 ]]>
    </screen>