summaryrefslogtreecommitdiff
path: root/cpp/src/tests/ConnectionOptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/ConnectionOptions.h')
-rw-r--r--cpp/src/tests/ConnectionOptions.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/ConnectionOptions.h b/cpp/src/tests/ConnectionOptions.h
index 4e0af7352f..1579ac0b57 100644
--- a/cpp/src/tests/ConnectionOptions.h
+++ b/cpp/src/tests/ConnectionOptions.h
@@ -45,7 +45,8 @@ struct ConnectionOptions : public qpid::Options,
("max-channels", optValue(maxChannels, "N"), "the maximum number of channels the client requires.")
("max-frame-size", optValue(maxFrameSize, "N"), "the maximum frame size to request.")
("bounds-multiplier", optValue(bounds, "N"),
- "bound size of write queue (as a multiple of the max frame size).");
+ "bound size of write queue (as a multiple of the max frame size).")
+ ("tcp-nodelay", optValue(tcpNoDelay), "Turn on tcp-nodelay");
}
};