diff options
| author | Gordon Sim <gsim@apache.org> | 2008-04-29 20:15:18 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-04-29 20:15:18 +0000 |
| commit | 414f520f8b730c8437ed9c42628f07824a7e9dd1 (patch) | |
| tree | fca4fab15a6fde4943288cc8efe8c7b06a2cd787 /qpid/cpp/src/tests/latencytest.cpp | |
| parent | 6915cc6324acacbbe7707e19573f0e35c5010e85 (diff) | |
| download | qpid-python-414f520f8b730c8437ed9c42628f07824a7e9dd1.tar.gz | |
QPID-974: allow the size of the queue of outgoing frames to be restricted
QPID-544: tidy up configuration (ensuring desired settings are used correctly,
allowing tcp socket options to be set etc)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652083 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/latencytest.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/latencytest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/latencytest.cpp b/qpid/cpp/src/tests/latencytest.cpp index a61a4b2e42..0b343d0243 100644 --- a/qpid/cpp/src/tests/latencytest.cpp +++ b/qpid/cpp/src/tests/latencytest.cpp @@ -66,7 +66,8 @@ struct Args : public qpid::TestOptions { ("prefetch", optValue(prefetch, "N"), "prefetch count (0 implies no flow control, and no acking)") ("ack", optValue(ack, "N"), "Ack frequency in messages (defaults to half the prefetch value)") ("durable", optValue(durable, "yes|no"), "use durable messages") - ("queue-base-name", optValue(base, "<name>"), "base name for queues"); + ("queue-base-name", optValue(base, "<name>"), "base name for queues") + ("tcp-nodelay", optValue(con.tcpNoDelay), "Turn on tcp-nodelay"); } }; |
