• Martin Hurton's avatar
    Implement new message encoder/decoder · 3f6148ab
    Martin Hurton authored
    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
    3f6148ab
v1_encoder.hpp 1.64 KB