mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-20 22:31:34 +01:00
minor comment clarification
This commit is contained in:
parent
da49e5a4dd
commit
269904361b
@ -291,8 +291,8 @@ zmq::fd_t zmq::tcp_connecter_t::connect ()
|
||||
err = errno;
|
||||
if (err != 0) {
|
||||
|
||||
// Assert that the error was caused by the networking problems
|
||||
// rather than 0MQ bug.
|
||||
// Assert if the error was caused by 0MQ bug.
|
||||
// Networking problems are OK. No need to assert.
|
||||
errno = err;
|
||||
errno_assert (errno == ECONNREFUSED || errno == ECONNRESET ||
|
||||
errno == ETIMEDOUT || errno == EHOSTUNREACH);
|
||||
|
Loading…
x
Reference in New Issue
Block a user