summaryrefslogtreecommitdiff
path: root/src/options.hpp
AgeCommit message (Collapse)Author
2010-05-25LWM is computed rather than explicitly specified by userMartin Sustrik
2010-04-09zmq_getsockopt function addedMartin Sustrik
2010-03-20XREP-style prefixing/trimming messages removedMartin Sustrik
2010-03-12Implement flow controlMartin Hurton
This commit introduces the necessary changes necessary for implementing flow control. None of the socket types implements the flow control yet. The code will crash when the flow control is enabled and the thw lwm is reached. The following commits will add flow-control support for individual socket types.
2010-02-14Multi-hop REQ/REP, part X., optional delayed creation of pipes during connectMartin Sustrik
2010-02-13Multi-hop REQ/REP, part IX., pass the peer identity as far as socket_base_tMartin Sustrik
2010-02-12Multi-hop REQ/REP, part III., change 'type' in options to simple ↵Martin Sustrik
'traceroute' flag
2010-02-12Multi-hop REQ/REP, part I., socket type is known to all associated objectsMartin Sustrik
2010-01-05Copyrights transferred from FastMQ to iMatixMartin Sustrik
2009-12-10ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (POSIX)Martin Sustrik
2009-09-21different fixes to req/repMartin Sustrik
2009-09-21initial version of req/rep socketsMartin Sustrik
2009-09-16added OpenPGM receiver - ZMQ_SUBmalosek
2009-09-14java binding sets socket options using setsockopt functionMartin Sustrik
2009-09-11added OpenPGM sender - ZMQ_PUBmalosek
2009-09-07initial changes for win portunknown
2009-08-12listener/connecter/init/session addedMartin Sustrik