From a35e8745f354e5569a4416869e755934fff717b4 Mon Sep 17 00:00:00 2001 From: gdamore Date: Thu, 9 Oct 2025 02:03:21 +0000 Subject: deploy: bdf85dd692d803b7b2fc793f1c7723f9874bfcdb --- ref/proto/pull.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'ref/proto/pull.html') diff --git a/ref/proto/pull.html b/ref/proto/pull.html index b0c93262..f6e88197 100644 --- a/ref/proto/pull.html +++ b/ref/proto/pull.html @@ -246,7 +246,7 @@

PULL protocol

The PULL protocol is one half of a pipeline pattern. -The other half is the PUSH protocol.

+The other half is the PUSH protocol.

In the pipeline pattern, pushers distribute messages to pullers. Each message sent by a pusher will be sent to one of its peer pullers, @@ -254,8 +254,7 @@ chosen in a round-robin fashion from the set of connected peers available for receiving. This property makes this pattern useful in load-balancing scenarios.

Socket Operations

-

The nng_pull0_open functions create a -PULL socket. +

The nng_pull0_open function creates a PULL socket. This socket may be used to receive messages, but is unable to send them. Attempts to send messages will result in NNG_ENOTSUP.

When receiving messages, the PULL protocol accepts messages as @@ -269,6 +268,18 @@ order in which messages are handled is undefined.

The PULL protocol has no protocol-specific options.

Protocol Headers

The PULL protocol has no protocol-specific headers.

+ + + + + + + + + -- cgit v1.2.3-70-g09d2