Skip to content

Commit

Permalink
Add reference to the inproc documentation
Browse files Browse the repository at this point in the history
The previous note in connect introduced but did not elaborate on the
requirement to bind before connect in inproc. As that discussion is in
detail in the inproc docs link to there.
  • Loading branch information
ianbarber committed Jun 12, 2012
1 parent 7b78ed9 commit 704b952
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/zmq_connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ Thus a successful invocation of _zmq_connect()_ does not indicate that a
physical connection was or can actually be established. Because of this, for most
socket types the order in which a listening socket is bound and a connecting socket
is connected does not matter. However, for inproc:// scheme sockets, the zmq_bind()
must be executed before any sockets zmq_connect() to that endpoint
must be executed before any sockets zmq_connect() to that endpoint. Refer to
linkzmq:zmq_inproc[7] for more details.


RETURN VALUE
Expand Down

0 comments on commit 704b952

Please sign in to comment.