zeromq / lzmq

Lua binding to ZeroMQ
MIT License
136 stars 46 forks source link

Export context option name constants #51

Closed moteus closed 7 years ago

moteus commented 7 years ago
zmq.IO_THREADS = 1
zmq.MAX_SOCKETS = 2
zmq.SOCKET_LIMIT = 3
zmq.THREAD_PRIORITY = 3
zmq.THREAD_SCHED_POLICY = 4
zmq.MAX_MSGSZ = 5