diff options
Diffstat (limited to 'docs/man/libnng.3.adoc')
| -rw-r--r-- | docs/man/libnng.3.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc index 61ceacc7..1164b613 100644 --- a/docs/man/libnng.3.adoc +++ b/docs/man/libnng.3.adoc @@ -73,8 +73,12 @@ Listeners accept incoming connection requets, and dialers make them. |<<nng_listener_setopt.3#,nng_listener_setopt()>>|set listener option |<<nng_listener_start.3#,nng_listener_start()>>|start listener |<<nng_pipe_close.3#,nng_pipe_close()>>|close pipe +|<<nng_pipe_dialer.3#,nng_pipe_dialer()>>|return dialer that created pipe |<<nng_pipe_getopt.3#,nng_pipe_getopt()>>|get pipe option |<<nng_pipe_id.3#,nng_pipe_id()>>|get numeric pipe identifier +|<<nng_pipe_listener.3#,nng_pipe_listener()>>|return listener that created pipe +|<<nng_pipe_notify.3#,nng_pipe_notify())>>|register pipe notification callback +|<<nng_pipe_socket.3#,nng_pipe_socket())>>|return owning socket for pipe |=== === Message Handling Functions |
