From bdf85dd692d803b7b2fc793f1c7723f9874bfcdb Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 8 Oct 2025 18:58:28 -0700 Subject: Numerous link fixups - protocols now use xrefs.md properly. --- docs/ref/proto/rep.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'docs/ref/proto/rep.md') 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}} -- cgit v1.2.3-70-g09d2