]> git.sur5r.net Git - openldap/blobdiff - doc/man/man3/lber-sockbuf.3
Add CVS revision line
[openldap] / doc / man / man3 / lber-sockbuf.3
index a666a97e8399e17980d1b7fdd81e549373a42af2..bae0d0c320b75e82c6bf20c8c3a091a707747ce5 100644 (file)
@@ -1,10 +1,9 @@
 .TH LBER_SOCKBUF 3 "RELEASEDATE" "OpenLDAP LDVERSION"
 .\" $OpenLDAP$
-.\" Copyright 1998-2007 The OpenLDAP Foundation All Rights Reserved.
+.\" Copyright 1998-2008 The OpenLDAP Foundation All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
-ber_sockbuf_alloc, ber_sockbuf_free, ber_sockbuf_ctrl, ber_sockbuf_add_io,
-ber_sockbuf_remove_io, Sockbuf_IO \- LBER I/O infrastructure
+ber_sockbuf_alloc, ber_sockbuf_free, ber_sockbuf_ctrl, ber_sockbuf_add_io, ber_sockbuf_remove_io, Sockbuf_IO \- OpenLDAP LBER I/O infrastructure
 .SH LIBRARY
 OpenLDAP LBER (liblber, -llber)
 .SH SYNOPSIS
@@ -160,6 +159,9 @@ handlers in liblber include
 .B ber_sockbuf_io_tcp
 The default stream-oriented provider
 .TP
+.B ber_sockbuf_io_fd
+A stream-oriented provider for local IPC sockets
+.TP
 .B ber_sockbuf_io_dgram
 A datagram-oriented provider. This handler is only present if the liblber
 library was built with LDAP_CONNECTIONLESS defined.
@@ -169,7 +171,9 @@ A buffering layer, usually used with a datagram provider to hide the
 datagram semantics from upper layers.
 .TP
 .B ber_sockbuf_io_debug
-A generic handler that outputs hex dumps of all traffic.
+A generic handler that outputs hex dumps of all traffic. This handler
+may be inserted multiple times at arbitrary layers to show the flow
+of data between other handlers.
 .LP
 Additional handlers may be present in libldap if support for them was
 enabled: