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_device.3.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_device.3.adoc')
| -rw-r--r-- | docs/man/nng_device.3.adoc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/man/nng_device.3.adoc b/docs/man/nng_device.3.adoc index 807d8e54..fed4ef7c 100644 --- a/docs/man/nng_device.3.adoc +++ b/docs/man/nng_device.3.adoc @@ -41,9 +41,9 @@ is closed. === Reflectors -One of the sockets may be passed an inititalize `-1` (cast to an, -`<<nng_socket.5#,nng_socket>>` of course). -If this is the case, then the other socket must be valid, and must be +One of the sockets passed may be an unopened socket initialized with +the `NNG_SOCKET_INITIALIZER` special value. +If this is the case, then the other socket must be valid, and must use a protocol that is bidirectional and can peer with itself (such as <<nng_pair.7#,_pair_>> or <<nng_bus.7#,_bus_>>.) @@ -73,7 +73,7 @@ header of the output bound message. The underlying raw mode protocols supply the necessary header adjustments to add or remove routing headers as needed. This allows replies to be -returned to requestors, and responses to be routed back to surveyors. +returned to requesters, and responses to be routed back to surveyors. Additionally, some protocols have a maximum ((time-to-live)) to protect against forwarding loops and especially amplification loops. @@ -85,7 +85,7 @@ This is controlled via the `<<nng_options.5#NNG_OPT_MAXTTL,NNG_OPT_MAXTTL>>` option. IMPORTANT: Not all protocols have support for guarding against forwarding loops, -and even for those that do, forwarding loops can be extremely determintal +and even for those that do, forwarding loops can be extremely detrimental to network performance. NOTE: Devices (forwarders and reflectors) act in best effort delivery mode only. @@ -93,7 +93,7 @@ If a message is received from one socket that cannot be accepted by the other (due to backpressure or other issues), then the message is discarded. TIP: Use the request/reply pattern, which includes automatic retries by -the requestor, if reliable delivery is needed. +the requester, if reliable delivery is needed. == RETURN VALUES |
