Il 31/05/2012 12:22, Pieter Hintjens ha scritto:
> Try this code:
>
> int rc = zmq_setsockopt (publisher, ZMQ_HWM,&hwm, sizeof (hwm));
> err = zmq_errno();
> printf("rc=%d errno%d\n", rc, err);
Now I get:
rc = 0;
errno = 22;
Even if the setsockopt call isn't failing I guess there is something
wrong, right?
In C++ I get an exception with the same code (invalid argument).
Thanks again
Marco
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev