[zeromq-dev] Possible non conformance of libzmq with RFC/26 ?
Laurent Alebarde
l.alebarde at free.fr
Thu Jan 2 16:18:11 CET 2014
Here it is:
https://github.com/lalebarde/streamq-proxy/commit/17ba132cc444a08e78fb9c6e78f1f2436953e4eb#commitcomment-4969395
Le 02/01/2014 15:09, Pieter Hintjens a écrit :
> Can you get a dump of the whole handshake sent by libzmq? Thanks.
>
> On Tue, Dec 31, 2013 at 5:01 PM, Laurent Alebarde <l.alebarde at free.fr> wrote:
>> 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
>>
>> _______________________________________________
>> zeromq-dev mailing list
>> zeromq-dev at lists.zeromq.org
>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20140102/27b88ca7/attachment.htm>
More information about the zeromq-dev
mailing list