diff options
Diffstat (limited to 'docs/man/nng_setopt.3.adoc')
| -rw-r--r-- | docs/man/nng_setopt.3.adoc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/man/nng_setopt.3.adoc b/docs/man/nng_setopt.3.adoc index b3b1d3b5..1a3eb233 100644 --- a/docs/man/nng_setopt.3.adoc +++ b/docs/man/nng_setopt.3.adoc @@ -1,6 +1,6 @@ = nng_setopt(3) // -// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2019 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This document is supplied under the terms of the MIT License, a @@ -34,9 +34,13 @@ int nng_setopt_size(nng_socket s, const char *opt, size_t z); int nng_setopt_string(nng_socket s, const char *opt, const char *str); int nng_setopt_uint64(nng_socket s, const char *opt, uint64_t u64); + ---- == DESCRIPTION + +NOTE: These functions are deprecated. Please see xref:nng_socket_set.3.adoc[nng_socket_set]. + (((options, socket))) The `nng_setopt()` functions are used to configure options for the socket _s_. |
