mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
minor comment clarification
This commit is contained in:
parent
784e73a7c8
commit
240fc33f65
@ -291,8 +291,8 @@ zmq::fd_t zmq::tcp_connecter_t::connect ()
|
|||||||
err = errno;
|
err = errno;
|
||||||
if (err != 0) {
|
if (err != 0) {
|
||||||
|
|
||||||
// Assert that the error was caused by the networking problems
|
// Assert that the error was caused by 0MQ bug.
|
||||||
// rather than 0MQ bug.
|
// Networking problems are OK. No need to assert.
|
||||||
zmq_assert (err == ECONNREFUSED || err == ETIMEDOUT);
|
zmq_assert (err == ECONNREFUSED || err == ETIMEDOUT);
|
||||||
|
|
||||||
errno = err;
|
errno = err;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user