libzmq/include
Luca Boccassi 4bcbb3055e Problem: cannot use pre-allocated FDs. Fixes #777
Solution: add new [set|get]sockopt ZMQ_PRE_ALLOCATED_FD to allow
users to let ZMQ use a pre-allocated file descriptor instead of
allocating a new one. Update [set|get]sockopt documentation and
test accordingly.

The main use case for this feature is a socket-activated systemd
service. For more information about this feature see:
http://0pointer.de/blog/projects/socket-activation.html
2016-02-04 16:57:26 +00:00
..
zmq_utils.h Restoring zmq_utils.h from previous version 2016-01-31 20:19:04 -08:00
zmq.h Problem: cannot use pre-allocated FDs. Fixes #777 2016-02-04 16:57:26 +00:00