On Thu, May 31, 2012 at 12:51 PM, Marco Trapanese
<[email protected]> wrote:

> rc = 0;
> errno = 22;

rc = 0 means there is no error.

> Even if the setsockopt call isn't failing I guess there is something
> wrong, right?

No, there's nothing wrong, at least not with this call.

> In C++ I get an exception with the same code (invalid argument).

You can perhaps debug that and find out what code is raising the
exception and EINVAL.

-Pieter
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to