mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-19 18:03:50 +00:00
PGM wire format specification improved in zmq_pgm(7)
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
parent
cce57617c7
commit
599df5203c
@ -92,6 +92,11 @@ order specifying either the offset of the first message 'frame' in the datagram
|
|||||||
or containing the value `0xFFFF` if the datagram contains solely an
|
or containing the value `0xFFFF` if the datagram contains solely an
|
||||||
intermediate part of a larger message.
|
intermediate part of a larger message.
|
||||||
|
|
||||||
|
Note that offset specifies where the first message begins rather than the first
|
||||||
|
message part. Thus, if there are trailing message parts at the beginning of
|
||||||
|
the packet the offset ignores them and points to first initial message part
|
||||||
|
in the packet.
|
||||||
|
|
||||||
The following diagram illustrates the layout of a single PGM datagram payload:
|
The following diagram illustrates the layout of a single PGM datagram payload:
|
||||||
|
|
||||||
....
|
....
|
||||||
|
Loading…
x
Reference in New Issue
Block a user