NAME | SYNOPSIS | PARAMETERS | DESCRIPTION | ATTRIBUTES | SEE ALSO
cc[ flag... ] file... -lldap[ library... ] #include <lber.h> #include <ldap.h>void cldap_setretryinfo(LDAP *ld, int tries, int timeout);
LDAP pointer returned from a previous call to cldap_open(3LDAP).
Maximum number of times to send a request.
Initial time, in seconds, to wait before re-sending a request.
The cldap_setretryinfo() function is used to set the CLDAP request retransmission behavior for future cldap_search_s(3LDAP) calls. The default values (set by cldap_open(3LDAP)) are 4 tries and 3 seconds between tries. See cldap_search_s(3LDAP) for a complete description of the retransmission algorithm used.
See attributes(5) for a description of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Availability | SUNWlldap (32-bit) |
SUNWldapx (64-bit) | |
Stability Level | Evolving |
NAME | SYNOPSIS | PARAMETERS | DESCRIPTION | ATTRIBUTES | SEE ALSO