aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/tran/inproc.md
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-01-02 09:05:51 -0800
committerGarrett D'Amore <garrett@damore.org>2025-01-02 09:05:51 -0800
commit2e15032c278e279b67909c06c2d47c9051a493cc (patch)
tree42fe602a8cc0d5438cbba6b934221088a4b5c407 /docs/ref/tran/inproc.md
parent4b160c0ccfec9baace2096b0711f6cbeab3655d0 (diff)
downloadnng-2e15032c278e279b67909c06c2d47c9051a493cc.tar.gz
nng-2e15032c278e279b67909c06c2d47c9051a493cc.tar.bz2
nng-2e15032c278e279b67909c06c2d47c9051a493cc.zip
docs: more transport doc updates
Diffstat (limited to 'docs/ref/tran/inproc.md')
-rw-r--r--docs/ref/tran/inproc.md18
1 files changed, 7 insertions, 11 deletions
diff --git a/docs/ref/tran/inproc.md b/docs/ref/tran/inproc.md
index 9c0f917d..07e72dd5 100644
--- a/docs/ref/tran/inproc.md
+++ b/docs/ref/tran/inproc.md
@@ -8,23 +8,20 @@ to slower transports when data must be moved within the same process.
This transport tries hard to avoid copying data, and thus is very
light-weight.
-## URI Format
+## URL Format
-This transport uses URIs using the scheme {{i:`inproc://`}}, followed by
+This transport uses URLs using the scheme {{i:`inproc://`}}, followed by
an arbitrary string of text, terminated by a `NUL` byte.
-Multiple URIs can be used within the
+Multiple URLs can be used within the
same application, and they will not interfere with one another.
-Two applications may also use the same URI without interfering with each
-other, and they will be unable to communicate with each other using
-that URI.
+Two applications may also use the same URL without interfering with each other.
+They will however be unable to communicate with each other using that URL.
## Socket Address
-When using an [`nng_sockaddr`][sockaddr] structure,
-the actual structure is of type
-[`nng_sockaddr_inproc`][sockaddr_inproc].
+When using an [`nng_sockaddr`] structure, the actual structure is of type [`nng_sockaddr_inproc`].
## Transport Options
@@ -46,5 +43,4 @@ the _inproc_ transport to communicate across this boundary.
This limitation also extends to using different instances of the _NNG_
library within the same process.
-[sockaddr]: TODO.md
-[sockaddr_inproc]: TODO.md
+{{#include ../xref.md}}