1sasl_idle(10 July 2001)                                sasl_idle(10 July 2001)
2
3
4

NAME

6       sasl_idle - Perform precalculations during an idle period
7
8

SYNOPSIS

10       #include <sasl/sasl.h>
11
12
13       int sasl_idle( sasl_conn_t *conn)
14
15

DESCRIPTION

17       sasl_idle may be called during an idle period to allow the SASL library
18       or any mechanisms to perform any necessary precalculation.
19
20       conn may be NULL to do precalculation  prior  to  a  connection  taking
21       place.
22
23

RETURN VALUE

25       Returns 1 if action was taken, 0 if no action was taken.
26
27

CONFORMING TO

29       RFC 2222
30

SEE ALSO

32       sasl(3)
33
34
35
36SASL man pages                       SASL              sasl_idle(10 July 2001)
Impressum