aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/proto/rep.md
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-10-08 18:58:28 -0700
committerGarrett D'Amore <garrett@damore.org>2025-10-08 18:58:28 -0700
commitbdf85dd692d803b7b2fc793f1c7723f9874bfcdb (patch)
tree7e89c24535dbbe904c96fab4be7ea99e3faf628a /docs/ref/proto/rep.md
parent6b6a5533c65f16f8757c3e271970f51d062aa1aa (diff)
downloadnng-bdf85dd692d803b7b2fc793f1c7723f9874bfcdb.tar.gz
nng-bdf85dd692d803b7b2fc793f1c7723f9874bfcdb.tar.bz2
nng-bdf85dd692d803b7b2fc793f1c7723f9874bfcdb.zip
Numerous link fixups - protocols now use xrefs.md properly.
Diffstat (limited to 'docs/ref/proto/rep.md')
-rw-r--r--docs/ref/proto/rep.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/ref/proto/rep.md b/docs/ref/proto/rep.md
index e7fe27ed..066011d8 100644
--- a/docs/ref/proto/rep.md
+++ b/docs/ref/proto/rep.md
@@ -16,7 +16,7 @@ The _REP_ protocol is the replier side, and the
## Socket Operations
-The [`nng_rep0_open`][nng_rep_open] functions create a replier socket.
+The [`nng_rep0_open`] functions create a replier socket.
This socket may be used to receive messages (requests), and then to send
replies.
@@ -33,7 +33,7 @@ Any additional concurrent receive operations will result in `NNG_ESTATE`.
## Context Operations
This protocol supports the creation of [contexts][context] for concurrent
-use cases using [`nng_ctx_open`][nng_ctx_open].
+use cases using [`nng_ctx_open`].
Each context may have at most one outstanding request, and operates
independently of the others.
@@ -55,8 +55,4 @@ The _REP_ protocol has no protocol-specific options.
The _REP_ protocol uses a {{ii:backtrace}} in the header.
This is more fully documented in the [_REQ_][req] chapter.
-[nng_rep_open]: TODO.md
-[nng_ctx_open]: TODO.md
-[raw]: TODO.md
-[context]: TODO.md
-[req]: ./req.md
+{{#include ../xref.md}}