Commit 599df520 authored by Martin Sustrik's avatar Martin Sustrik

PGM wire format specification improved in zmq_pgm(7)

Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent cce57617
......@@ -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
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:
....
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment