mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 18:55:10 +01:00
4d933c28be
Make it explicit that the two functions are identical. Also document the expected disconnect behavior extensively and illustrate the difference between disconnecting a connected vs. bound endpoint.
31 lines
536 B
Plaintext
31 lines
536 B
Plaintext
zmq_unbind(3)
|
|
==============
|
|
|
|
|
|
NAME
|
|
----
|
|
zmq_unbind - Another name for zmq_disconnect
|
|
|
|
|
|
SYNOPSIS
|
|
--------
|
|
int zmq_unbind (void '*socket', const char '*endpoint');
|
|
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
The _zmq_unbind()_ has the same exact behavior as _zmq_disconnect()_.
|
|
Refer to linkzmq:zmq_disconnect[3].
|
|
|
|
SEE ALSO
|
|
--------
|
|
linkzmq:zmq_bind[3]
|
|
linkzmq:zmq_socket[3]
|
|
linkzmq:zmq[7]
|
|
|
|
|
|
AUTHORS
|
|
-------
|
|
This page was written by the 0MQ community. To make a change please
|
|
read the 0MQ Contribution Policy at <http://www.zeromq.org/docs:contributing>.
|