mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 19:10:22 +01:00
Documentation: zmq_tcp(7) update for 2.0.7
Document MORE bit in flags field
This commit is contained in:
@@ -68,8 +68,15 @@ shall be encoded as a single octet with the value `255` followed by the
|
|||||||
'payload length' represented as a 64-bit unsigned integer in network byte
|
'payload length' represented as a 64-bit unsigned integer in network byte
|
||||||
order.
|
order.
|
||||||
|
|
||||||
The 'flags' field consists of a single octet reserved for future expansion and
|
The 'flags' field consists of a single octet containing various control flags:
|
||||||
MUST be set to `0`.
|
|
||||||
|
Bit 0 (MORE): _More message parts to follow_. A value of 0 indicates that there
|
||||||
|
are no more message parts to follow; or that the message being sent is not a
|
||||||
|
multi-part message. A value of 1 indicates that the message being sent is a
|
||||||
|
multi-part message and more message parts are to follow.
|
||||||
|
|
||||||
|
Bits 1-7: _Reserved_. Bits 1-7 are reserved for future expansion and MUST be
|
||||||
|
set to zero.
|
||||||
|
|
||||||
The following ABNF grammar represents a single 'frame':
|
The following ABNF grammar represents a single 'frame':
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user