The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ZMQ::Constants - ZMQ Constants

EXPORTS

You may choose to import one or more (using the :all import tag) constants into your namespace by supplying arguments to the use ZMQ call as shown in the synopsis above.

The exportable constants are:

:socket - Socket types and socket options

ZMQ_PAIR
ZMQ_PUB
ZMQ_SUB
ZMQ_REQ
ZMQ_REP
ZMQ_XREQ
ZMQ_XREP
ZMQ_XPUB
ZMQ_XSUB
ZMQ_PULL
ZMQ_PUSH
ZMQ_BACKLOG
ZMQ_FD
ZMQ_LINGER
ZMQ_EVENTS
ZMQ_RECONNECT_IVL
ZMQ_RECONNECT_IVL_MAX
ZMQ_TYPE
ZMQ_NOBLOCK
ZMQ_SNDMORE
ZMQ_SNDHWM
ZMQ_RCVHWM
ZMQ_AFFINITY
ZMQ_IDENTITY
ZMQ_SUBSCRIBE
ZMQ_UNSUBSCRIBE
ZMQ_RATE
ZMQ_RECOVERY_IVL
ZMQ_SNDBUF
ZMQ_RCVBUF
ZMQ_RCVMORE
ZMQ_POLLIN
ZMQ_POLLOUT
ZMQ_POLLERR

:message - Message Options

ZMQ_MORE

miscellaneous

ZMQ_HAUSNUMERO
ZMQ_VERSION
ZMQ_VERSION_MAJOR
ZMQ_VERSION_MINOR
ZMQ_VERSION_PATCH

uncategorized