LDAP Library Functions cldapsetretryinfo(3LDAP)
NAME
cldapsetretryinfo - set connectionless LDAP request
retransmission parameters
SYNOPSIS
cc[ flag... ] file... -lldap[ library... ]
#include
#include
void cldapsetretryinfo(LDAP *ld, int tries, int timeout);
PARAMETERS
ld LDAP pointer returned from a previous call to
cldapopen(3LDAP).
tries Maximum number of times to send a request.
timeout Initial time, in seconds, to wait before re-
sending a request.
DESCRIPTION
The cldapsetretryinfo() function is used to set the CLDAP
request retransmission behavior for future
cldapsearchs(3LDAP) calls. The default values (set by
cldapopen(3LDAP)) are 4 tries and 3 seconds between tries.
See cldapsearchs(3LDAP) for a complete description of the
retransmission algorithm used.
ATRIBUTES
See attributes(5) for a description of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsl (32-bit)
SUNWcslx (64-bit)
Interface Stability Evolving
SEE ALSO
ldap(3LDAP), cldapopen(3LDAP), cldapsearchs(3LDAP),
cldapclose(3LDAP), attributes(5)
SunOS 5.11 Last change: 27 Jan 2002 1
|