- 10 Nov, 2013 2 commits
-
-
Pieter Hintjens authored
Fix socket creation above sistem limits for all 'other' OS not covered b...
-
Bruno D. Rodrigues authored
Fix socket creation above sistem limits for all 'other' OS not covered by eventfd, windows or vms; enhanced test to create sockets up to a bigger limit to really test hitting the OS limit
-
- 09 Nov, 2013 2 commits
-
-
Ian Barber authored
Added ignore test case
-
Pieter Hintjens authored
-
- 07 Nov, 2013 24 commits
-
-
Pieter Hintjens authored
Signal that the peer performed orderly shutdown
-
Martin Hurton authored
-
Pieter Hintjens authored
Make FD_SETSIZE = ZMQ_MAX_SOCKETS_DFLT + 1 so there is room for the reaper socket
-
Richard Newton authored
-
Pieter Hintjens authored
Get maximum number of sockets it can handle from poller_t
-
Richard Newton authored
-
-
Richard Newton authored
Fixing broken build issue #583
-
-
Richard Newton authored
-
psl-felipefarinon authored
-
Pieter Hintjens authored
Add test case for many sockets
-
-
Richard Newton authored
Simplified error handling for make_fdpair on Windows
-
Richard Newton authored
-
Richard Newton authored
-
Pieter Hintjens authored
Fixing issue #583. Using low resolution timer for clock::now_ms
-
psl-felipefarinon authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Richard Newton authored
Fix for issue 574
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Modified the zmq_setsockopt documentation to include the ZMQ_ROUTER_HAND...
-
Mark Barbisan authored
-
- 06 Nov, 2013 4 commits
-
-
Pieter Hintjens authored
Fix race condition on shutdown
-
Richard Newton authored
-
Richard Newton authored
Removed over-long pauses in tests
-
Pieter Hintjens authored
- used msleep (10) in most places instead of zmq_sleep (1) - may cause failures on slower machines - to change, modify SETTLE_TIME in testutil.h - tested down to 1 msec on fast boxes
-
- 05 Nov, 2013 4 commits
-
-
Richard Newton authored
zmq: change TIPC default lookup domain when connecting
-
Erik Hugne authored
By default, TIPC uses a closest first approach to find a publication that can satisfy your connection request. Any publication on the local node will automatically be chosen for all requests, even if you're trying to spread it out over multiple machines. We fix this by widening the default lookup scope. Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
-
Pieter Hintjens authored
zmq: add TIPC manpage
-
Erik Hugne authored
Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
-
- 04 Nov, 2013 4 commits
-
-
Richard Newton authored
Fixed issue 578
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Doc examples with zmq_msg_close usage - parameter is 'zmq_msg_t *'
-