We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b544d86 + 5363388 commit fc990f1Copy full SHA for fc990f1
zmq.hpp
@@ -631,6 +631,8 @@ namespace zmq
631
return (size_t) nbytes;
632
if (zmq_errno () == EAGAIN)
633
return 0;
634
+ if (zmq_errno () == EHOSTUNREACH)
635
+ return 0;
636
throw error_t ();
637
}
638
@@ -641,6 +643,8 @@ namespace zmq
641
643
return true;
642
644
645
return false;
646
647
+ return false;
648
649
650
0 commit comments