MAN page from RedHat Other ldap-devel-3.3-3.i386.rpm
CLDAP_SETRETRYINFO
Section: C Library Functions (3)
Updated: 18 November 1994
Index NAME
cldap_setretryinfo - Set Connectionless LDAP Request Retransmission Parameters
SYNOPSIS
#include <lber.h>#include <ldap.h>void cldap_setretryinfo(ld, tries, timeout)LDAP *ld;int tries;int timeout;
DESCRIPTION
Thecldap_setretryinfo()routine is used to set the CLDAPrequest retransmission behavior for futurecldap_search_s(3)calls.
cldap_setretryinfo()takes ld, the LDAP pointer returned from aprevious call tocldap_open(3),tries, the maximum number oftimes to send a request, and timeout, the initial time, inseconds, to wait before re-sending a request. The default values (set bycldap_open(3))are 4 tries and 3 seconds between tries. Seecldap_search_s(3)for a complete description of the retransmissionalgorithm used.
SEE ALSO
ldap(3),
cldap_open(3),
cldap_search_s(3),
cldap_close(3)
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- SEE ALSO
This document was created byman2html,using the manual pages.