On Sun, Oct 21, 2012 at 4:24 PM, Evgeny Turnaev <[email protected]> wrote: > Sorry this was my mistake. > I used int in setsockopt(ZMQ_HWM) while in zmq 2 it should be > uint64_t. Thus hwm did not worked as expected. > I think this should be mentioned in http://www.zeromq.org/docs:3-1-upgrade > page.
It's kind of already explained, "Most but not all socket options are now ints." but perhaps that isn't sufficient? -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
