From 7e83c78ad2c98a7c32a1b9557deaa13723e75b02 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 1 Jan 2018 18:11:17 -0800 Subject: Add TLS configuration manipulation documentation. While here, also fixup the markup on many of the pages, to use commas in SEE ALSO, avoid adding the .adoc extension to cross-references, and correct the link to the MIT license text. --- docs/nng_pair.adoc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/nng_pair.adoc') diff --git a/docs/nng_pair.adoc b/docs/nng_pair.adoc index 37022d55..f528b827 100644 --- a/docs/nng_pair.adoc +++ b/docs/nng_pair.adoc @@ -5,8 +5,8 @@ nng_pair(7) :mansource: nng :icons: font :source-highlighter: pygments -:copyright: Copyright 2017 Garrett D'Amore \ - Copyright 2017 Capitar IT Group BV \ +:copyright: Copyright 2018 Garrett D'Amore \ + Copyright 2018 Capitar IT Group BV \ This software is supplied under the terms of the MIT License, a \ copy of which should be located in the distribution where this \ file was obtained (LICENSE.txt). A copy of the license may also \ @@ -54,9 +54,9 @@ able to receive the message. NOTE: Even though this mode may appear to be "reliable", because back-pressure prevents discarding messages most of the time, there are topologies involving -_devices_ (see <>) or raw mode sockets where +_devices_ (see <>) or raw mode sockets where messages may be discarded. Applications that require reliable delivery -semantics should consider using <> sockets, or +semantics should consider using <> sockets, or implement their own acknowledgement layer on top of pair sockets. In order to avoid head-of-line blocking conditions, _polyamorous_ mode pair @@ -74,7 +74,7 @@ including the legacy https://github.com/nanomsg/nanomsg[nanomsg] library or https://github.com/go-mangos/mangos[mangos]. Version 1 of the protocol offers improved protection against loops when -used with <>. It also offers _polyamorous_ +used with <>. It also offers _polyamorous_ mode for forming multiple partnerships on a single socket. NOTE: Version 1 of this protocol is considered experimental at this time. @@ -90,10 +90,10 @@ 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 value of the pipe ID on the outgoing message using -the <> function. +the <> function. Most often the value of the outgoing pipe ID will be obtained from an incoming -message using the <> function, +message using the <> function, such as when replying to an incoming message. In order to prevent head-of-line blocking, if the peer on the given pipe @@ -139,13 +139,13 @@ each time the message is received by a new node. SEE ALSO -------- -<> +<> COPYRIGHT --------- -Copyright 2017 mailto:garrett@damore.org[Garrett D'Amore] + -Copyright 2017 mailto:info@capitar.com[Capitar IT Group BV] +Copyright 2018 mailto:garrett@damore.org[Garrett D'Amore] + +Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] This document is supplied under the terms of the -https://opensource.org/licenses/LICENSE.txt[MIT License]. +https://opensource.org/licenses/MIT[MIT License]. -- cgit v1.2.3-70-g09d2