libzmq/include
Pieter Hintjens 62c66ae7f7 Problem: test_large_msg kills my system temporarily
And I'm on a reasonably sized laptop. I think allocating INT_MAX
memory is dangerous in a test case.

Solution: expose this as a context option. I've used ZMQ_MAX_MSGSZ
and documented it and implemented the API. However I don't know how
to get the parent context for a socket, so the code in zmq.cpp is
still unfinished.
2016-02-09 10:55:09 +01:00
..
zmq_utils.h Restoring zmq_utils.h from previous version 2016-01-31 20:19:04 -08:00
zmq.h Problem: test_large_msg kills my system temporarily 2016-02-09 10:55:09 +01:00