libzmq/include
Pieter Hintjens b6e61d72b2 Problem: linger values other than -1 or 0 are unsafe
Solution: set defaults back to infinity, and add new context
option, ZMQ_BLOCKY that the user can set to false to get a
less surprising behavior on context termination. Eg.

    zmq_ctx_set (ctx, ZMQ_BLOCKY, false);
2014-11-17 11:56:59 +01:00
..
zmq_utils.h Ensure EOL is present at end of utils file. 2014-07-09 22:45:03 +01:00
zmq.h Problem: linger values other than -1 or 0 are unsafe 2014-11-17 11:56:59 +01:00