diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-06-18 20:31:18 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-06-18 20:31:18 -0700 |
| commit | d0ac83e34bde86e1fa888677adf7c99217e3205a (patch) | |
| tree | 21230060fa8d72fbebda5cf4b55c37bd3437ec1b /docs/man/nn_setsockopt.3compat.adoc | |
| parent | dbc61a5038cacc516a49d00a59a669e2617cff51 (diff) | |
| download | nng-d0ac83e34bde86e1fa888677adf7c99217e3205a.tar.gz nng-d0ac83e34bde86e1fa888677adf7c99217e3205a.tar.bz2 nng-d0ac83e34bde86e1fa888677adf7c99217e3205a.zip | |
Harmonize the use of NNG in documentation.
NNG is always a noun, never an adjective, and should always
be capitalized. We also reduced some unnecessary usages of it.
Diffstat (limited to 'docs/man/nn_setsockopt.3compat.adoc')
| -rw-r--r-- | docs/man/nn_setsockopt.3compat.adoc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/man/nn_setsockopt.3compat.adoc b/docs/man/nn_setsockopt.3compat.adoc index 00371ef9..860d522e 100644 --- a/docs/man/nn_setsockopt.3compat.adoc +++ b/docs/man/nn_setsockopt.3compat.adoc @@ -50,7 +50,7 @@ thus size 4, unless otherwise indicated.) `NN_SNDBUF`:: Send buffer size in bytes. -NOTE: In _nng_ buffers are sized as a count of messages rather than +NOTE: In _NNG_ buffers are sized as a count of messages rather than bytes, and so an attempt to estimate a conversion based upon a predetermined message size of 1kB is made. The value supplied is rounded up to the nearest value divisible by 1024, and @@ -103,7 +103,7 @@ The default is zero. This option is ignored, and exists only for compatibility. NOTE: This option was unreliable in early releases of _libnanomsg_, and -is unsupported in _nng_ and recent _libnanomsg_ releases. +is unsupported in _NNG_ and recent _libnanomsg_ releases. Applications needing assurance of message delivery should either include an explicit notification (automatic with the `NN_REQ` protocol) or allow sufficient time for the socket to drain before closing the socket or exiting. @@ -178,8 +178,7 @@ This `NN_IPC` option is not supported at this time. This `NN_TCP` option is not supported at this time. `NN_WS_MSG_TYPE`:: -This `NN_WS` option is not supported, as _nng_ only supports binary messages -in this implementation. +This `NN_WS` option is not supported at this time. == RETURN VALUES |
