Marc Sune 5363388fc5 Fix rvalue for socket::send() on EHOSTUNREACH
During introduction of EHOSTUNREACH, missing mapping between
EHOSTUNREACH errno and false/0 return code for socket's send()
calls was missing, throwing an exception.

To be consistent with the rest of wrappers (e.g. DONTWAIT), fix it
by handling this errno as a regular EAGAIN, and let the caller use
errno/zmq_errno() to branch on their code.
2017-06-07 12:09:02 +02:00
2017-01-09 11:50:50 +01:00

This is C++ binding for 0MQ

The contribution policy is at: http://rfc.zeromq.org/spec:22
Description
Languages
C++ 96.2%
CMake 3.5%
Shell 0.3%