2 Commits

Author SHA1 Message Date
Martin Hurton
0c0a351fa5 Backported fix for ZMQ-465 2012-11-13 21:36:17 +09:00
Martin Hurton
3f6148abdf Implement new message encoder/decoder
This is supposed to become part of the ZMTP/1.1.

The main differences from the ZMTP/1.0 framing protocol are:
- flags field comes first, followed by the length field
- long messages are signaled using a flag rather then 0xff escape
- length field does not include the flags field, 0 is a valid value
2012-09-05 20:17:22 +02:00