diff options
Diffstat (limited to 'docs/man/nng_stream_dialer_set.3str.adoc')
| -rw-r--r-- | docs/man/nng_stream_dialer_set.3str.adoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/man/nng_stream_dialer_set.3str.adoc b/docs/man/nng_stream_dialer_set.3str.adoc index bd4ac478..c72606d4 100644 --- a/docs/man/nng_stream_dialer_set.3str.adoc +++ b/docs/man/nng_stream_dialer_set.3str.adoc @@ -62,7 +62,8 @@ This function is untyped, and can be used to configure any arbitrary data. The _val_ pointer addresses the data to copy, and _size_ is the size of the objected located at _val_. + -TIP: It may be easier to use one of the typed forms of this function. +NOTE: This function is deprecated and will be removed in a future release. +Use one of the typed functions below instead. `nng_stream_dialer_set_bool()`:: This function is for options which take a Boolean (`bool`). @@ -130,4 +131,4 @@ xref:nng_options.5.adoc[nng_options(5)], xref:nng_ipc_options.5.adoc[nng_ipc_options(5)], xref:nng_tcp_options.5.adoc[nng_tcp_options(5)], xref:nng_tls_options.5.adoc[nng_tls_options(5)], -xref:nng_stream_dialer.5.adoc[nng_stream_dialer(5)]
\ No newline at end of file +xref:nng_stream_dialer.5.adoc[nng_stream_dialer(5)] |
