mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 15:41:05 +08:00
28 lines
518 B
Plaintext
28 lines
518 B
Plaintext
zmq_null(7)
|
|
===========
|
|
|
|
|
|
NAME
|
|
----
|
|
zmq_null - no security or confidentiality
|
|
|
|
|
|
SYNOPSIS
|
|
--------
|
|
The NULL mechanism is defined by the ZMTP 3.0 specification:
|
|
<http://rfc.zeromq.org/spec:23>. This is the default security mechanism
|
|
for ZeroMQ sockets.
|
|
|
|
|
|
SEE ALSO
|
|
--------
|
|
link:zmq_plain.html[zmq_plain]
|
|
link:zmq_curve.html[zmq_curve]
|
|
link:zmq.html[zmq]
|
|
|
|
|
|
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>.
|