|
18 | 18 |
|
19 | 19 | #' Protocols [Documentation] |
20 | 20 | #' |
21 | | -#' @description Protocols implemented by \{nanonext\}. |
| 21 | +#' @description Protocols implemented by \pkg{nanonext}. |
22 | 22 | #' |
23 | 23 | #' For an authoritative guide please refer to the online documentation for |
24 | 24 | #' the NNG library at \url{https://nng.nanomsg.org/man/}. |
|
126 | 126 |
|
127 | 127 | #' Transports [Documentation] |
128 | 128 | #' |
129 | | -#' @description Transports supported by \{nanonext\}. |
| 129 | +#' @description Transports supported by \pkg{nanonext}. |
130 | 130 | #' |
131 | 131 | #' For an authoritative guide please refer to the online documentation for |
132 | 132 | #' the NNG library at \url{https://nng.nanomsg.org/man/}. |
|
154 | 154 | #' |
155 | 155 | #' @section IPC: |
156 | 156 | #' |
157 | | -#' The ipc transport provides communication support between sockets |
| 157 | +#' The IPC transport provides communication support between sockets |
158 | 158 | #' within different processes on the same host. For POSIX platforms, this is |
159 | 159 | #' implemented using UNIX domain sockets. For Windows, this is implemented |
160 | 160 | #' using Windows Named Pipes. Other platforms may have different |
|
200 | 200 | #' |
201 | 201 | #' @section TCP/IP: |
202 | 202 | #' |
203 | | -#' The tcp transport provides communication support between sockets |
204 | | -#' across a TCP/IP network. Both IPv4 and IPv6 are supported when the |
205 | | -#' underlying platform also supports it. |
| 203 | +#' The TCP transport provides communication support between sockets |
| 204 | +#' across a TCP/IP network. Both IPv4 and IPv6 are supported when supported |
| 205 | +#' by the underlying platform. |
206 | 206 | #' |
207 | 207 | #' [\strong{URI, tcp://}] This transport uses URIs using the scheme tcp://, |
208 | 208 | #' followed by an IP address or hostname, followed by a colon and finally |
|
239 | 239 | #' |
240 | 240 | #' @section TLS: |
241 | 241 | #' |
242 | | -#' The tls transport provides communication support between peers across a |
| 242 | +#' The TLS transport provides communication support between peers across a |
243 | 243 | #' TCP/IP network using TLS v1.2 on top of TCP. Both IPv4 and IPv6 are |
244 | | -#' supported when the underlying platform also supports it. |
| 244 | +#' supported when supported by the underlying platform. |
245 | 245 | #' |
246 | 246 | #' [\strong{URI, tls+tcp://}] This transport uses URIs using the scheme |
247 | 247 | #' tls+tcp://, followed by an IP address or hostname, followed by a colon |
|
260 | 260 | #' |
261 | 261 | #' The ws and wss transport provides communication support between peers |
262 | 262 | #' across a TCP/IP network using WebSockets. Both IPv4 and IPv6 are |
263 | | -#' supported when the underlying platform also supports it. |
| 263 | +#' supported when supported by the underlying platform. |
264 | 264 | #' |
265 | 265 | #' [\strong{URI, ws://}] This transport uses URIs using the scheme ws://, |
266 | 266 | #' followed by an IP address or hostname, optionally followed by a colon and |
|
0 commit comments