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.adoc | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'docs/nng.adoc') diff --git a/docs/nng.adoc b/docs/nng.adoc index 6eadc2ce..5b5db87a 100644 --- a/docs/nng.adoc +++ b/docs/nng.adoc @@ -4,8 +4,8 @@ nng(7) :manmanual: nng :mansource: nng :icons: font -:copyright: Copyright 2017 Garrett D'Amore \ - Copyright 2017 Capitar IT Group BV \ +:copyright: Copyright 2018 Staysail Systems, Inc. \ + 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 \ @@ -56,24 +56,24 @@ other languages please check the http://nanomsg.org/[website]. Protocols ~~~~~~~~~ -* <> - Bus protocol -* <> - Pair protocol -* <> - Publisher side of publish/subscribe protocol -* <> - Subscriber side of publish/subscribe protocol -* <> - Reply side of request/reply protocol -* <> - Request side of request/reply protocol -* <> - Respondent side of survey protocol -* <> - Surveyor side of survey protocol +* <> - Bus protocol +* <> - Pair protocol +* <> - Publisher side of publish/subscribe protocol +* <> - Subscriber side of publish/subscribe protocol +* <> - Reply side of request/reply protocol +* <> - Request side of request/reply protocol +* <> - Respondent side of survey protocol +* <> - Surveyor side of survey protocol Transports ~~~~~~~~~~ -* <> - Intra-process transport -* <> - Inter-process transport -* <> - TLSv1.2 over TCP transport -* <> - TCP (and TCPv6) transport -* <> - WebSocket transport -* <> - ZeroTier transport +* <> - Intra-process transport +* <> - Inter-process transport +* <> - TLSv1.2 over TCP transport +* <> - TCP (and TCPv6) transport +* <> - WebSocket transport +* <> - ZeroTier transport Conceptual Overview ~~~~~~~~~~~~~~~~~~~ @@ -84,14 +84,14 @@ one _nng_ protocol. Each socket can be used to send and receive messages (if the protocol) supports it, and implements the appropriate protocol semantics. For -example, <> sockets automatically filter incoming +example, <> sockets automatically filter incoming messages to discard those for topics that have not been subscribed. _nng_ sockets are message oriented, so that messages are either delivered wholly, or not at all. Partial delivery is not possible. Furthermore, _nng_ does not provide any other delivery or ordering guarantees; messages may be dropped or reordered. (Some protocols, such as -<> may offer stronger guarantees by +<> may offer stronger guarantees by performing their own retry and validation schemes.) Each socket can have zero, one, or many "endpoints", which are either @@ -121,18 +121,18 @@ other than in a few specific circumstances. API ~~~ -The library API is documented at <>. +The library API is documented at <>. 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:info@staysail.tech[Staysail Systems, Inc] + +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