summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-03-26 23:33:02 -0700
committerGarrett D'Amore <garrett@damore.org>2024-03-26 23:33:02 -0700
commit488c2c2b9a03950ef366ce50c2d29a6ffe3445a1 (patch)
treea3c4a1fb9183a516809779adb32fb7fb25652f53 /docs/reference
parent399a4cdc7e43354b3d103c68f2115eb4aea26b3a (diff)
downloadnng-488c2c2b9a03950ef366ce50c2d29a6ffe3445a1.tar.gz
nng-488c2c2b9a03950ef366ce50c2d29a6ffe3445a1.tar.bz2
nng-488c2c2b9a03950ef366ce50c2d29a6ffe3445a1.zip
drop references to registering transports
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/src/transports/inproc.md3
-rw-r--r--docs/reference/src/transports/tcp.md2
2 files changed, 0 insertions, 5 deletions
diff --git a/docs/reference/src/transports/inproc.md b/docs/reference/src/transports/inproc.md
index 396b3dd1..4f3e88b6 100644
--- a/docs/reference/src/transports/inproc.md
+++ b/docs/reference/src/transports/inproc.md
@@ -10,9 +10,6 @@ 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.
-This transport is built-in, so
-no extra steps to use it should be necessary.
-
## URI Format
{{hi:URI, `inproc://`}}
diff --git a/docs/reference/src/transports/tcp.md b/docs/reference/src/transports/tcp.md
index 54e36b67..1e05e7b7 100644
--- a/docs/reference/src/transports/tcp.md
+++ b/docs/reference/src/transports/tcp.md
@@ -6,8 +6,6 @@ sockets across a {{i:TCP/IP}} network.
Both IPv4 and IPv6 are supported when the underlying platform also supports it.
-This transport is built-in, so no extra steps to use it should be necessary.
-
## URI Format
{{hi:URI, `tcp://`}}