2023-10-21 01:50:38 +02:00
|
|
|
= zmq_null(7)
|
2013-05-15 17:54:03 +02:00
|
|
|
|
|
|
|
|
2023-10-21 01:50:38 +02:00
|
|
|
== NAME
|
2013-05-15 17:54:03 +02:00
|
|
|
zmq_null - no security or confidentiality
|
|
|
|
|
|
|
|
|
2023-10-21 01:50:38 +02:00
|
|
|
== SYNOPSIS
|
2013-05-15 17:54:03 +02:00
|
|
|
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.
|
|
|
|
|
|
|
|
|
2023-10-21 01:50:38 +02:00
|
|
|
== SEE ALSO
|
2023-11-03 11:36:47 +01:00
|
|
|
* xref:zmq_plain.adoc[zmq_plain]
|
|
|
|
* xref:zmq_curve.adoc[zmq_curve]
|
|
|
|
* xref:zmq.adoc[zmq]
|
2013-05-15 17:54:03 +02:00
|
|
|
|
|
|
|
|
2023-10-21 01:50:38 +02:00
|
|
|
== AUTHORS
|
2013-05-15 17:54:03 +02:00
|
|
|
This page was written by the 0MQ community. To make a change please
|
2023-11-22 23:18:23 +01:00
|
|
|
read the 0MQ Contribution Policy at <https://zeromq.org/how-to-contribute/>.
|