From 2a9828c81b1ebe08f8a5832e6e97417f4a5d1442 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 17 Mar 2015 14:35:23 +0100 Subject: [PATCH] Document new z3950_client timeout features MP-596 --- doc/z3950_client.xml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/doc/z3950_client.xml b/doc/z3950_client.xml index a5f9132..1d59834 100644 --- a/doc/z3950_client.xml +++ b/doc/z3950_client.xml @@ -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. -- 1.7.10.4