mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-21 23:19:31 +08:00
commit
678ad54a12
2
NEWS
2
NEWS
@ -11,6 +11,8 @@
|
||||
|
||||
* Fixed #1015; race condition while connecting inproc sockets.
|
||||
|
||||
* Fixed #1088; assertion failure for WSAENOTSOCK on Windows.
|
||||
|
||||
|
||||
0MQ version 4.0.4 stable, released on 2014/03/10
|
||||
================================================
|
||||
|
@ -66,7 +66,7 @@ EXAMPLES
|
||||
.Assigning a local address to a socket
|
||||
----
|
||||
// TCP port 5555 on all available interfaces
|
||||
rc = zmq_bind(socket, "tcp:/// :5555");
|
||||
rc = zmq_bind(socket, "tcp://*:5555");
|
||||
assert (rc == 0);
|
||||
// TCP port 5555 on the local loop-back interface on all platforms
|
||||
rc = zmq_bind(socket, "tcp://127.0.0.1:5555");
|
||||
|
Loading…
x
Reference in New Issue
Block a user