]> git.sur5r.net Git - openldap/commitdiff
Forgot ber_sockbuf_io_fd
authorHoward Chu <hyc@openldap.org>
Mon, 12 Feb 2007 06:27:26 +0000 (06:27 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 12 Feb 2007 06:27:26 +0000 (06:27 +0000)
doc/man/man3/lber-sockbuf.3

index a666a97e8399e17980d1b7fdd81e549373a42af2..d2e2b5364d860805c8ee7950ee43f0748ec7042a 100644 (file)
@@ -160,6 +160,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 +172,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: