[zeromq-dev] 0MQ/2.0-beta1 on OSX

Steven McCoy steven.mccoy at miru.hk
Mon Jan 18 08:25:17 CET 2010


2010/1/18 Martin Sustrik <sustrik at 250bpm.com>

> ENODEV reads "Operation not supported by device"
>
>
Where from?  Linux & MinGW have it as "No such device", the "not supported"
operations are a different set,

#define EPROTONOSUPPORT 93      /* Protocol not supported */
#define ESOCKTNOSUPPORT 94      /* Socket type not supported */
#define EOPNOTSUPP      95      /* Operation not supported on transport
endpoint */
#define EPFNOSUPPORT    96      /* Protocol family not supported */
#define EAFNOSUPPORT    97      /* Address family not supported by protocol
*/

-- 
Steve-o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20100118/65b79886/attachment.htm>


More information about the zeromq-dev mailing list