diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-05-30 18:10:59 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-05-30 18:10:59 -0700 |
| commit | 3e0ecffbd60ac2a6f50643adc07b0d2fea0cb22b (patch) | |
| tree | 64d829e2f4a860ace29442833e9da1abf70f3a2c /docs/man/nng_pair.7.adoc | |
| parent | b2338c1a6d1e57f01396a8e77c65734cb2f0ae17 (diff) | |
| download | nng-3e0ecffbd60ac2a6f50643adc07b0d2fea0cb22b.tar.gz nng-3e0ecffbd60ac2a6f50643adc07b0d2fea0cb22b.tar.bz2 nng-3e0ecffbd60ac2a6f50643adc07b0d2fea0cb22b.zip | |
Fix numerous spelling errrors.
These were found with the help of "aspell".
Additionally, while reviewing the output from the spell checker,
several content errors were noticed and fixed.
Diffstat (limited to 'docs/man/nng_pair.7.adoc')
| -rw-r--r-- | docs/man/nng_pair.7.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/man/nng_pair.7.adoc b/docs/man/nng_pair.7.adoc index 7d5fd435..4fefeb61 100644 --- a/docs/man/nng_pair.7.adoc +++ b/docs/man/nng_pair.7.adoc @@ -51,7 +51,7 @@ _devices_ (see `<<nng_device.3#,nng_device()>>`) or raw mode sockets messages may be discarded. Applications that require reliable delivery semantics should consider using <<nng_req.7#,_req_>> sockets, or -implement their own acknowledgement layer on top of _pair_ sockets. +implement their own acknowledgment layer on top of _pair_ sockets. In order to avoid head-of-line blocking conditions, _polyamorous_ mode _pair_ sockets (version 1 only) discard messages if they are unable to deliver them @@ -83,7 +83,7 @@ peer. In ((_polyamorous_ mode)), which is only available with version 1, a socket can support many one-to-one connections. In this mode, the application must -choose the remote peer to receive an ougoing message by setting the +choose the remote peer to receive an outgoing message by setting the `<<nng_pipe.5#,nng_pipe>>` to use for the outgoing message with the `<<nng_msg_set_pipe.3#,nng_msg_set_pipe()>>` function. @@ -103,7 +103,7 @@ The following protocol-specific options are available. ((`NNG_OPT_PAIR1_POLY`)):: (`bool`, version 1 only) This option enables the use of _polyamorous_ mode. - The value is read-write, and takes an integer boolean value. The default + The value is read-write, and takes an integer Boolean value. The default false value (0) indicates that legacy monogamous mode should be used. `<<nng_options.5#NNG_OPT_MAXTTL,NNG_OPT_MAXTTL>>`:: @@ -116,7 +116,7 @@ Version 0 of the pair protocol has no protocol-specific headers. Version 1 of the pair protocol uses a single 32-bit unsigned value. The low-order (big-endian) byte of this value contains a "hop" count, and is -used in conjuction with the +used in conjunction with the `<<nng_options.5#NNG_OPT_MAXTTL,NNG_OPT_MAXTTL>>` option to guard against device forwarding loops. This value is initialized to 1, and incremented each time the message is |
