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
Showing
src/v1_decoder.cpp
0 → 100644
src/v1_decoder.hpp
0 → 100644
src/v1_encoder.cpp
0 → 100644
src/v1_encoder.hpp
0 → 100644
src/v1_protocol.hpp
0 → 100644
Please
register
or
sign in
to comment