diff options
Diffstat (limited to 'docs/man/nng_ws.7.adoc')
| -rw-r--r-- | docs/man/nng_ws.7.adoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/man/nng_ws.7.adoc b/docs/man/nng_ws.7.adoc index bc0d9d51..bec579ac 100644 --- a/docs/man/nng_ws.7.adoc +++ b/docs/man/nng_ws.7.adoc @@ -27,7 +27,7 @@ int nng_wss_register(void); (((WebSocket)))(((transport, _ws_ and _wss_))) The ((_ws_ transport)) provides communication support between -_nng_ sockets across a TCP/IP network using +_nng_ sockets across a TCP/IP network using https://tools.ietf.org/html/rfc6455[WebSockets]. Both IPv4 and IPv6 are supported when the underlying platform also supports it. @@ -39,7 +39,7 @@ http://nanomsg.org/rfcs/sp-websocket-v1.html[WebSocket Mapping for Scalability P Depending upon how the library was built, it may be necessary to register the transport by calling `<<nng_ws_register.3#,nng_ws_register()>>`. -If ((TLS)) support is enabled in the library, secure WebSockets (over TLS v1.2) +If ((TLS)) support is enabled in the library, secure WebSockets (over TLS v1.2) can be used as well, but the secure transport may have to be registered using the `<<nng_wss_register.3#,nng_wss_register()>>` function. @@ -180,6 +180,7 @@ results if peer authentication is disabled with `NNG_TLS_AUTH_MODE_NONE`. == SEE ALSO +[.text-left] <<nng_tls_config_alloc.3tls#,nng_tls_config_alloc(3tls)>>, <<nng_sockaddr.5#,nng_sockaddr(5)>>, <<nng_sockaddr_in.5#,nng_sockaddr_in(5)>>, |
