X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2Fz3950_client.xml;h=ff59c11f9eae8080d93607a31ccb54babe3ae66a;hb=bf357542a6cc1b8b1a04274803716c9f28f13d57;hp=0166e4e00ecc0b7db48e245af7c397e82461e446;hpb=7d3e19217e35aa9674166cf632662d1b21e43910;p=metaproxy-moved-to-github.git diff --git a/doc/z3950_client.xml b/doc/z3950_client.xml index 0166e4e..ff59c11 100644 --- a/doc/z3950_client.xml +++ b/doc/z3950_client.xml @@ -1,4 +1,4 @@ - @@ -15,12 +15,12 @@ 3mp Metaproxy Module - + z3950_client Metaproxy Z39.50 Backend Client Module - + DESCRIPTION This backend filter is a Z39.50 client. This modules @@ -31,11 +31,27 @@ + connect-timeout + + + Specifies how long the client will wait for TCP connect to + complete before giving up. Default value is 30 seconds. + + + + init-timeout + + + Specifies how long the client will wait for Z39.50 Init response + before giving up. Default value is 10 seconds. + + + timeout - 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. @@ -60,36 +76,63 @@ Is a boolean value (false, true). If true, the Z39.50 client will terminate Z39.50 sessions with a close APDU followed by a socket close. - If false (default), the Z39.50 client will be transparent and only + If false (default), the Z39.50 client will be transparent and only send a close if the peer client does it too. + client_ip + + + Is a boolean value (false, true). If true, the Z39.50 client will + as part of the Init Request include Client-IP information (the + Z39.50 equivalent of HTTP X-Forwarded-To information). By default + this is false (not included). + + + + charset + + + 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. + + + + bind_host + + + Is a boolean value (false, true). If true, the out going + TCP connection will be bound to the same as listening IP. + + + - + SCHEMA - + EXAMPLES A typical configuration looks like this: 30 - z3950.indexdata.dk + z3950.indexdata.com ]]> - - + + SEE ALSO @@ -104,21 +147,13 @@ - + ©right;