libzmq/tests
2012-06-08 23:55:58 +01:00
..
Makefile.am After speaking with Ben Gray and the discussion on the mailing list, this is an attempt to create a sockopt to allow connecting pipes to not immediately be available for traffic. The problem is in a PUSH to many PULL situation, where there is a connect to a PULL which is not there. This connect will immediately create a pipe (unlike bind), and traffic will be load balanced to that pipe. This means if there is a persistently unavailable end point then the traffic will queue until HWM is hit, and older messages will be lost. 2012-06-01 17:58:19 +01:00
test_connect_delay.cpp Fix whitespace in test 2012-06-03 23:11:08 +01:00
test_connect_resolve.cpp Change connection failure test to use an invalid hostname 2012-06-08 13:15:45 +01:00
test_hwm.cpp Copyright dates adjusted to reflect reality 2011-11-01 18:06:11 +01:00
test_invalid_rep.cpp Rename XREP/XREQ to ROUTER/DEALER in tests 2012-04-25 01:05:38 +02:00
test_last_endpoint.cpp Rename XREP/XREQ to ROUTER/DEALER in tests 2012-04-25 01:05:38 +02:00
test_monitor.cpp Fix build on RHEL5 and SLES10 2012-06-05 09:22:22 -05:00
test_msg_flags.cpp Rename XREP/XREQ to ROUTER/DEALER in tests 2012-04-25 01:05:38 +02:00
test_pair_inproc.cpp Copyright dates adjusted to reflect reality 2011-11-01 18:06:11 +01:00
test_pair_ipc.cpp Copyright dates adjusted to reflect reality 2011-11-01 18:06:11 +01:00
test_pair_tcp.cpp Copyright dates adjusted to reflect reality 2011-11-01 18:06:11 +01:00
test_reqrep_device.cpp Rename XREP/XREQ to ROUTER/DEALER in tests 2012-04-25 01:05:38 +02:00
test_reqrep_inproc.cpp Copyright dates adjusted to reflect reality 2011-11-01 18:06:11 +01:00
test_reqrep_ipc.cpp Copyright dates adjusted to reflect reality 2011-11-01 18:06:11 +01:00
test_reqrep_tcp.cpp Copyright dates adjusted to reflect reality 2011-11-01 18:06:11 +01:00
test_shutdown_stress.cpp Copyright dates adjusted to reflect reality 2011-11-01 18:06:11 +01:00
test_sub_forward.cpp Copyright dates adjusted to reflect reality 2011-11-01 18:06:11 +01:00
test_term_endpoint.cpp added zmq_unbind() / zmq_disconnect() test script. 2012-04-21 18:39:19 +04:00
test_timeo.cpp Minor typo corrected 2011-11-05 11:38:50 +01:00
testutil.hpp 250bpm copyrights added 2011-10-31 16:20:30 +01:00