summaryrefslogtreecommitdiff
path: root/cpp/src/tests/latencytest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix cluster flow control bug: hang with large messages (>frame-max) and low -...Alan Conway2009-02-101-2/+1
* Fix logic to generate messages at a specified rate. Alan Conway2009-01-141-21/+15
* Add option to use single connection for all producers, and consumers to test ...Carl C. Trieloff2009-01-061-6/+25
* Cluster: Option --cluster-read-max configures read-to-redeliver flow-control.Alan Conway2008-12-091-1/+1
* QPID-1465: Fixed initialisation of minimum value so it is tracked correctlyAndrew Stitcher2008-11-141-1/+2
* Allow AbsTime and Duration to be used cross-platform; add usleep() wrapper. R...Stephen D. Huston2008-10-291-3/+3
* Client API change: Centralize access to subscription status, better control o...Alan Conway2008-10-251-5/+6
* Fix bug in computing min latency: 0 latencies not handled correctly.Alan Conway2008-09-041-3/+4
* Bugfixes:Gordon Sim2008-09-041-3/+3
* Pre-buffering output strategy for cluster.Alan Conway2008-08-211-6/+9
* Added extra option (fixed time limit in rate mode) to latency test. Patch fro...Gordon Sim2008-07-011-10/+27
* * make tcp-nodelay option available for all testsGordon Sim2008-06-111-9/+48
* Improve latency test tool to allow lower rates.Gordon Sim2008-05-281-14/+12
* Changes to Session API:Alan Conway2008-05-261-5/+5
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-291-1/+2
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-5/+4
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-2/+2
* Added non-optional enum { SYNC, ASYNC } parameter to newSession.Alan Conway2008-02-201-1/+1
* Added a test to measure latency (still needs refining, still evolving)Gordon Sim2008-01-171-0/+372