mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-16 07:23:46 +02:00
Updated connector open() doc strings.
Signed-off-by: Ivo Danihelka <ivo@danihelka.net>
This commit is contained in:
@@ -137,7 +137,7 @@ void zmq::tcp_connecter_t::start_connecting ()
|
||||
return;
|
||||
}
|
||||
|
||||
// Connection establishment may be dealyed. Poll for its completion.
|
||||
// Connection establishment may be delayed. Poll for its completion.
|
||||
else if (rc == -1 && errno == EAGAIN) {
|
||||
handle = add_fd (s);
|
||||
handle_valid = true;
|
||||
|
Reference in New Issue
Block a user