zmq_null.txt 494 B

123456789101112131415161718192021222324252627
  1. zmq_null(7)
  2. ===========
  3. NAME
  4. ----
  5. zmq_null - no security or confidentiality
  6. SYNOPSIS
  7. --------
  8. The NULL mechanism is defined by the ZMTP 3.0 specification:
  9. <http://rfc.zeromq.org/spec:23>. This is the default security mechanism
  10. for ZeroMQ sockets.
  11. SEE ALSO
  12. --------
  13. linkzmq:zmq_plain[7]
  14. linkzmq:zmq_curve[7]
  15. linkzmq:zmq[7]
  16. AUTHORS
  17. -------
  18. This page was written by the 0MQ community. To make a change please
  19. read the 0MQ Contribution Policy at <http://www.zeromq.org/docs:contributing>.