On Tue, Oct 16, 2012 at 2:11 PM, Pieter Hintjens <[email protected]> wrote: > On Tue, Oct 16, 2012 at 1:57 PM, KIU Shueng Chuan <[email protected]> wrote: > >> wouldn't the implementation of czmq's zsocket_rcvmore() be faulty on >> Big Endian machines? > > That code you're looking at is conditionally compiled only if CZMQ is > built on libzmq/2.2. > > #if (ZMQ_VERSION_MAJOR == 2) > ... > #endif > > -Pieter
Doh! Didn't see the "generated source code" notice at the top of the file. _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
