[zeromq-dev] Examples and returned errors
Pieter Hintjens
ph at imatix.com
Thu May 31 13:52:38 CEST 2012
On Thu, May 31, 2012 at 12:51 PM, Marco Trapanese
<marcotrapanese at gmail.com> 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
More information about the zeromq-dev
mailing list