summaryrefslogtreecommitdiff
path: root/cpp/lib/common/sys/Socket.h
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-08-13 09:41:45 +0000
committerGordon Sim <gsim@apache.org>2007-08-13 09:41:45 +0000
commitf458ec7b59e6c03f59e8b33474bbe70f9a9873dc (patch)
tree5b750882fbaf54fe42ded428c76967f70ed55b3f /cpp/lib/common/sys/Socket.h
parent2553b54071b2ab89faaf503e3c3c8449fed07070 (diff)
downloadqpid-python-f458ec7b59e6c03f59e8b33474bbe70f9a9873dc.tar.gz
Fixes for QPID-544 and QPID-548
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@565284 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/common/sys/Socket.h')
-rw-r--r--cpp/lib/common/sys/Socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/lib/common/sys/Socket.h b/cpp/lib/common/sys/Socket.h
index d793a240c6..b5f74847c2 100644
--- a/cpp/lib/common/sys/Socket.h
+++ b/cpp/lib/common/sys/Socket.h
@@ -47,6 +47,7 @@ class Socket
/** Set timeout for read and write */
void setTimeout(Time interval);
+ void setTcpNoDelay(bool on);
void connect(const std::string& host, int port);