From a35e8745f354e5569a4416869e755934fff717b4 Mon Sep 17 00:00:00 2001
From: gdamore The PULL protocol is one half of a
pipeline pattern.
-The other half is the PUSH protocol.PULL 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.
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.
The PULL protocol has no protocol-specific headers.
+ + + + + + + + + -- cgit v1.2.3-70-g09d2