From 34be2c20a62e94e3a2815dd869609554b3922477 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 7 Sep 2024 11:33:05 -0700 Subject: Remove the legacy transport registration functions. This also allows to remove most of the transport headers. Only zerotier.h sticks around, and only for now. (We expect to eject it into a separate module.) --- docs/man/nng_inproc.7.adoc | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'docs/man/nng_inproc.7.adoc') diff --git a/docs/man/nng_inproc.7.adoc b/docs/man/nng_inproc.7.adoc index 833ba353..6cdb07b1 100644 --- a/docs/man/nng_inproc.7.adoc +++ b/docs/man/nng_inproc.7.adoc @@ -1,6 +1,6 @@ = nng_inproc(7) // -// Copyright 2019 Staysail Systems, Inc. +// Copyright 2024 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // // This document is supplied under the terms of the MIT License, a @@ -13,15 +13,6 @@ nng_inproc - intra-process transport -== SYNOPSIS - -[source,c] ----- -#include - -int nng_inproc_register(void); ----- - == DESCRIPTION (((transport, _inproc_))) @@ -34,12 +25,8 @@ 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. -=== Registration - -This transport is generally built-in to the core, so -no extra steps to use it should be necessary. - === URI Format + (((URI, `inproc://`))) This transport uses URIs using the scheme `inproc://`, followed by an arbitrary string of text, terminated by a `NUL` byte. -- cgit v1.2.3-70-g09d2