From e1fa5ba09392c3bdd5c1bacac97d87d703ed1cf3 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 5 May 2010 11:20:32 +0200 Subject: [PATCH] Document ZOOM option clientIP. --- doc/zoom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/zoom.xml b/doc/zoom.xml index 2ed7b9f..25aea86 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -195,6 +195,12 @@ ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) proxyProxy host none + clientIPClient IP. If set, is + encoded in the otherInfo area of a Z39.50 PDU with OID + 1.2.840.10003.10.1000.81.3. Holds the original IP addreses + of a client. Is used of ZOOM is used in a gateway of some sort. + none + asyncIf true (1) the connection operates in asynchronous operation which means that all calls are non-blocking except -- 1.7.10.4