diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-11-09 15:24:43 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-11-09 16:27:45 -0800 |
| commit | 0058b766b91f08b34dcef3c7bb55b216099f3f66 (patch) | |
| tree | 5ac1fa105d707018cdfa9f5244da5837a8c31601 /docs/man/nng_ws.7.adoc | |
| parent | 150d80c2c62ce3693dbbd0256c16337879c7d825 (diff) | |
| download | nng-0058b766b91f08b34dcef3c7bb55b216099f3f66.tar.gz nng-0058b766b91f08b34dcef3c7bb55b216099f3f66.tar.bz2 nng-0058b766b91f08b34dcef3c7bb55b216099f3f66.zip | |
TLS configuration changed to use discret _set_tls and _get_tls functions.
This is simpler, and more reliable than using socket options.
Diffstat (limited to 'docs/man/nng_ws.7.adoc')
| -rw-r--r-- | docs/man/nng_ws.7.adoc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/man/nng_ws.7.adoc b/docs/man/nng_ws.7.adoc index 07c6cd14..938b16a9 100644 --- a/docs/man/nng_ws.7.adoc +++ b/docs/man/nng_ws.7.adoc @@ -145,17 +145,17 @@ When set, the stream will send TEXT frames instead of BINARY frames. NOTE: NNG does not check the frame data, and will attempt to send whatever the client requests. Peers that are compliant with RFC 6455 will discard TEXT frames (and break the connection) if they do not contain valid UTF-8. -((`NNG_OPT_TLS_CONFIG`)):: +// ((`NNG_OPT_TLS_CONFIG`)):: -(`nng_tls_config *`) The underlying TLS -configuration object for `wss://` endpoints. -A hold is placed on the underlying -configuration object before returning it. -The caller should release the object with -xref:nng_tls_config_free.3tls.adoc[`nng_tls_config_free()`] when it no -longer needs the TLS configuration. +// (`nng_tls_config *`) The underlying TLS +// configuration object for `wss://` endpoints. +// A hold is placed on the underlying +// configuration object before returning it. +// The caller should release the object with +// xref:nng_tls_config_free.3tls.adoc[`nng_tls_config_free()`] when it no +// longer needs the TLS configuration. -TIP: Use this option when advanced TLS configuration is required. +// TIP: Use this option when advanced TLS configuration is required. `NNG_OPT_TLS_VERIFIED`:: (`bool`) Whether the remote peer has been properly verified using TLS |
