Lines Matching refs:message
9 message successfully to any successor, no further action is taken with
10 the message by that node. As noted in the section on Single-push vs.
11 Broadcast-push, a message may be passed to one or to multiple
13 connected to the node, and whether the message is pushed or pulled.
16 There are times when a node cannot successfully push a message to any
17 successor. In this case what happens to the message depends on the type
21 - The node stores the message to be forwarded later.
22 - The node discards the message.
30 If a message has been stored by a node, there are two ways it can be
34 - A successor to the node can pull the message using ``try_get()`` or
39 If a ``try_get()`` successfully forwards a message, it is removed from
41 node will attempt to push a stored message to the new successor.