From e65ecddd1c04ab5b784b0919e62bc87d2a750ef6 Mon Sep 17 00:00:00 2001
From: Garrett D'Amore nng_pipe_getopt - get pipe option
The NAME
+NAME
-These functions are deprecated. Please see nng_pipe_get.
+These functions are deprecated. Please see nng_pipe_get.
@@ -570,9 +83,9 @@ These functions are deprecated. Please see nng_p
nng_pipe_getopt() functions are used to retrieve option values for
-the pipe p.
+the pipe p.
The actual options that may be retrieved in this way
-vary, and many are documented in nng_options(5).
+vary, and many are documented in nng_options(5).
Additionally some transport-specific options and protocol-specific options are
documented with the transports and protocols themselves.
nng_listener_setopt() or
-nng_dialer_setopt().
+nng_listener_setopt() or
+nng_dialer_setopt().
nng_pipe_getopt_ms()This function is used to retrieve time durations
-(nng_duration) in milliseconds, which are stored in
+(nng_duration) in milliseconds, which are stored in
durp.
nng_pipe_getopt_ptr()nng_pipe_getopt_sockaddr()This function is used to retrieve an nng_sockaddr
+
This function is used to retrieve an nng_sockaddr
into sap.
nng_pipe_getopt_string()This function is used to retrieve a string into strp.
-This string is created from the source using nng_strdup()
+This string is created from the source using nng_strdup()
and consequently must be freed by the caller using
-nng_strfree() when it is no longer needed.
nng_strfree() when it is no longer needed.
nng_pipe_getopt_uint64()nng_dialer_setopt(3) -nng_getopt(3), -nng_listener_setopt(3) -nng_msg_get_pipe(3) -nng_strdup(3), -nng_strerror(3), -nng_strfree(3), -nng_duration(5), -nng_options(5), -nng_pipe(5), -nng_sockaddr(5), -nng(7)
+nng_dialer_setopt(3) +nng_getopt(3), +nng_listener_setopt(3) +nng_msg_get_pipe(3) +nng_strdup(3), +nng_strerror(3), +nng_strfree(3), +nng_duration(5), +nng_options(5), +nng_pipe(5), +nng_sockaddr(5), +nng(7)