[zeromq-dev] Possible non conformance of libzmq with RFC/26 ?
Laurent Alebarde
l.alebarde at free.fr
Tue Dec 31 17:01:34 CET 2013
Hi Devs,
In *StreamQ-Proxy*, I test that in the handcheck, I have "CURVE", then
"READY". From RFC/26, I SHOULD test:
!memcmp(content + 1, "READY", 5)
Instead, I have to use:
!memcmp(content + *3*, "READY", 5)
to have it work.
Is it a misunderstanding of mine or a discrepency between the RFC and
the libzmq implementation ?
It is here: https://github.com/lalebarde/streamq-proxy
Cheers,
Laurent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20131231/1909b52f/attachment.htm>
More information about the zeromq-dev
mailing list