From: Howard Chu Date: Mon, 12 Feb 2007 06:27:26 +0000 (+0000) Subject: Forgot ber_sockbuf_io_fd X-Git-Tag: OPENLDAP_REL_ENG_2_4_4ALPHA~8^2~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6e320f233ee7df6d62a4ef6d160b4588fbeaad31;p=openldap Forgot ber_sockbuf_io_fd --- diff --git a/doc/man/man3/lber-sockbuf.3 b/doc/man/man3/lber-sockbuf.3 index a666a97e83..d2e2b5364d 100644 --- a/doc/man/man3/lber-sockbuf.3 +++ b/doc/man/man3/lber-sockbuf.3 @@ -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: