summaryrefslogtreecommitdiff
path: root/src/i_endpoint.hpp
AgeCommit message (Collapse)Author
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-16Multi-hop REQ/REP, part XI., finalise the XREQ/XREP functionalityMartin Sustrik
2010-01-13ZMQII-38: Compiler complains about missing virtual constructorsMartin Sustrik
2010-01-05Copyrights transferred from FastMQ to iMatixMartin Sustrik
2009-09-21initial version of req/rep socketsMartin Sustrik
2009-09-02python extension & perf testsMartin Sustrik
2009-08-28pipe deallocation addedMartin Sustrik
2009-08-27pipes addedMartin Sustrik